]> andersk Git - moira.git/blobdiff - configure.in
redo the readline stuff again to make the 8.3 /usr/athena install work
[moira.git] / configure.in
index b6348641429c844ba8447f2a71b46555c21bffc5..5154ff7e8c498f214710fe05b0af1b9873d93c85 100755 (executable)
@@ -333,10 +333,8 @@ AC_ARG_WITH(readline,
        -ltermcap)])
 if test "$readline" != no; then
     if test "$readline" != yes; then
-       READLINE_CPPFLAGS="-I$readline/include -I$readline/include/readline"
+       READLINE_CPPFLAGS="-I$readline/include"
        READLINE_LIBS="-L$readline/lib"
-    else
-       READLINE_CPPFLAGS="-I/usr/include/readline"
     fi
     READLINE_CPPFLAGS="$READLINE_CPPFLAGS -DHAVE_READLINE"
     READLINE_LIBS="$READLINE_LIBS -lreadline -ltermcap"
This page took 0.031674 seconds and 4 git commands to generate.