Changeset 10559 for trunk/FACT++
- Timestamp:
- 05/04/11 13:45:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r10526 r10559 71 71 AC_CHECK_READLINE 72 72 73 if test "x$have_readline" != "xyes"; then 74 AC_MSG_ERROR([The readline library is not properly installed.]) 75 fi 76 73 77 CPPFLAGS+=" "$READLINE_INCLUDES" " 74 78 LDFLAGS+=" "$READLINE_LIBS" " 75 76 #AC_CHECK_LIB(readline, readline, [],77 # [78 # echo "Error! libreadline not found in default libarary paths."79 # exit -180 # ]81 #)82 #AC_CHECK_HEADERS(readline/readline.h, [],83 # [84 # echo "Error! readline/readline.h not properly installed in default include path (maybe readline-dev missing)."85 # exit -186 # ]87 #)88 #89 79 90 80 # Needed to compile FACT++
Note:
See TracChangeset
for help on using the changeset viewer.