You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
338 B

Index: configure
--- configure.orig 2004-06-03 13:36:27.000000000 +0200
+++ configure 2004-06-03 13:39:37.000000000 +0200
@@ -20447,7 +20447,10 @@
TARGET_HAVE_READLINE=0
fi
-
+if [ "$ac_cv_lib_readline_readline" = "no" ]
+then
+ TARGET_HAVE_READLINE=0
+fi
#########
# Figure out whether or not we have a "usleep()" function.