summaryrefslogtreecommitdiff
path: root/math/rkward-kde4/files/patch-configure
blob: 769349f760ebfc2a404ba60b312fce12ce642667 (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
--- configure.orig	Sun Sep 17 17:21:28 2006
+++ configure	Sun Sep 17 20:59:12 2006
@@ -31790,7 +31790,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$PTHREAD_LIBS  $LIBS"
+LIBS="$PTHREAD_LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -33809,7 +33809,7 @@
   withval=$with_r_home; use_r_home="$withval"
 else
   use_r_home=`R CMD sh -c 'echo $R_HOME'`
-  if test "$use_r_home" == "" ; then use_r_home="/usr/local/lib/R" ; fi
+  if test "$use_r_home" = "" ; then use_r_home="/usr/local/lib/R" ; fi
 
 fi
 
@@ -33888,7 +33888,7 @@
   withval=$with_r_includes; use_r_includes="$withval"
 else
   use_r_includes=`$R_HOMEDIR/bin/R CMD sh -c 'echo $R_INCLUDE_DIR'`
-  if test "$use_r_includes" == "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
+  if test "$use_r_includes" = "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
 
 fi