[Kst] extragear/graphics/kst

Dirk Mueller mueller at kde.org
Sun Jul 31 01:21:49 CEST 2005


SVN commit 440596 by mueller:

unbreak compilation


 M  +1 -1      configure.in.in  


--- trunk/extragear/graphics/kst/configure.in.in #440595:440596
@@ -141,7 +141,7 @@
 else
   AC_MSG_WARN([kstcmd will not be compiled. Please install readline and ncurses])
 fi
-AM_CONDITIONAL(include_kstcmd, test -n "$LIBREADLINE")
+AM_CONDITIONAL(include_kstcmd, test $have_readline_h = yes -a $ac_cv_lib_readline_rl_cleanup_after_signal = yes)
 
 # GSL Tests
 GSL_LIBS="-lgsl -lgslcblas -lm"


More information about the Kst mailing list