mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
30 lines
854 B
Plaintext
30 lines
854 B
Plaintext
|
--- configure.orig Fri Aug 14 18:42:57 1998
|
||
|
+++ configure Fri Apr 2 16:08:39 1999
|
||
|
@@ -80,6 +80,8 @@
|
||
|
# Initialize some other variables.
|
||
|
subdirs=
|
||
|
MFLAGS= MAKEFLAGS=
|
||
|
+CFLAGS=-I/usr/local/include
|
||
|
+LDFLAGS=-L/usr/local/lib
|
||
|
# Maximum number of lines to put in a shell here document.
|
||
|
ac_max_here_lines=12
|
||
|
|
||
|
@@ -3257,7 +3259,7 @@
|
||
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||
|
else
|
||
|
ac_save_LIBS="$LIBS"
|
||
|
-LIBS="-lguile $GUILE_LIBS_PRE $GUILE_LIBS $LIBS"
|
||
|
+LIBS="-lguile -lreadline $GUILE_LIBS_PRE $GUILE_LIBS $LIBS"
|
||
|
cat > conftest.$ac_ext <<EOF
|
||
|
#line 3263 "configure"
|
||
|
#include "confdefs.h"
|
||
|
@@ -3285,7 +3287,7 @@
|
||
|
fi
|
||
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||
|
echo "$ac_t""yes" 1>&6
|
||
|
- GUILE_LIBS="${GUILE_LIBS_PRE} -lguile ${GUILE_LIBS}"
|
||
|
+ GUILE_LIBS="${GUILE_LIBS_PRE} -lguile -lreadline ${GUILE_LIBS}"
|
||
|
else
|
||
|
echo "$ac_t""no" 1>&6
|
||
|
|