]> andersk Git - moira.git/commitdiff
update readline stuff for gnu locker reorg
authordanw <danw>
Mon, 7 Sep 1998 07:10:43 +0000 (07:10 +0000)
committerdanw <danw>
Mon, 7 Sep 1998 07:10:43 +0000 (07:10 +0000)
configure.in

index 6595c21ad565f056c6c091f5865058b45814b3b0..cf3406bcc832c81c57339bb3d81ee7b8f798fcb0 100755 (executable)
@@ -315,7 +315,7 @@ AC_ARG_WITH(readline,
     [AC_CHECK_LIB(readline, readline, [readline=yes], :, -ltermcap)])
 if test "$readline" != no; then
     if test "$readline" != yes; then
-       READLINE_CPPFLAGS="-I$readline/include/readline -DHAVE_READLINE"
+       READLINE_CPPFLAGS="-I$readline/include -I$readline/include/readline -DHAVE_READLINE"
        READLINE_LIBS="-L$readline/lib -lreadline -ltermcap"
     fi
 fi
This page took 0.039756 seconds and 5 git commands to generate.