summaryrefslogtreecommitdiff
path: root/www/mod_php3/files/patch-aq
blob: 82a0bdbbcfb88e8ad57f469452451ee77075f83d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- ../php/configure.orig	Wed Jul 28 19:07:49 1999
+++ ../php/configure	Fri Jul 30 17:55:10 1999
@@ -5072,29 +5072,9 @@
   if test -n "$unique" && test "`eval $cmd`" = "" ; then
     eval "LIBPATH$unique=set"
     
-    EXTRA_LIBS="$EXTRA_LIBS -L$ai_p"
-    RAW_RPATHS="$RAW_RPATHS ${raw_runpath_switch}$ai_p"
-    if test -n "$APXS" ; then
-      RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'"
-    else
-      RPATHS="$RPATHS ${ld_runpath_switch}$ai_p"
-    fi
+    EXTRA_LIBS="$EXTRA_LIBS $ai_p/libc-client4.a"
   
   fi
-
-
-  
-  
-  unique=`echo $ac_n "c-client4$ac_c" | tr -c -d a-zA-Z0-9`
-  cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\""
-  if test -n "$unique" && test "`eval $cmd`" = "" ; then
-    eval "LIBRARY$unique=set"
-    
-    EXTRA_LIBS="$EXTRA_LIBS -lc-client4"
-  
-  fi
-
-
 
 	    elif test -f "$IMAP_DIR/lib/libc-client.a" || test -f "$IMAP_DIR/lib/libc-client.so"; then