1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

the order *does* matter!

This commit is contained in:
Thies C. Arntzen
1999-12-07 13:11:19 +00:00
parent 2f7693963d
commit ccb7e4fa03

View File

@@ -18,9 +18,9 @@ AC_ARG_WITH(readline,
AC_MSG_ERROR(Please reinstall readline - I cannot find readline.h)
fi
AC_ADD_INCLUDE($READLINE_DIR/include)
AC_ADD_LIBRARY_WITH_PATH(readline, $READLINE_DIR/lib)
AC_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/lib)
AC_ADD_LIBRARY(termcap)
AC_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/lib)
AC_ADD_LIBRARY_WITH_PATH(readline, $READLINE_DIR/lib)
AC_MSG_RESULT(yes)