]> git.pld-linux.org Git - packages/php-pecl-sasl.git/commitdiff
- new auto/ac/php-pecl-sasl-0_1_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 8 Aug 2004 09:57:57 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-sasl-lib_fix.patch -> 1.1

php-pecl-sasl-lib_fix.patch [new file with mode: 0644]

diff --git a/php-pecl-sasl-lib_fix.patch b/php-pecl-sasl-lib_fix.patch
new file mode 100644 (file)
index 0000000..58cb28c
--- /dev/null
@@ -0,0 +1,11 @@
+--- php-pecl-sasl-0.1.0/sasl-0.1.0/config.m4~  2004-01-23 08:34:28.000000000 +0000
++++ php-pecl-sasl-0.1.0/sasl-0.1.0/config.m4   2004-08-08 09:54:15.090337624 +0000
+@@ -31,7 +31,7 @@
+   AC_MSG_CHECKING(for SASL library in $SASL_DIR/lib)
+   for i in $SEARCH_LIBS; do
+-    if test -r $SASL_DIR/lib/lib$i.a; then
++    if test -r $SASL_DIR/lib/lib$i.so; then
+       SASL_LIB=$i
+       AC_MSG_RESULT(found -l$i)
+     fi
This page took 0.094462 seconds and 4 git commands to generate.