Skip to content

Commit ccb7e4f

Browse files
author
Thies C. Arntzen
committed
the order *does* matter!
1 parent 2f76939 commit ccb7e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/readline/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ AC_ARG_WITH(readline,
1818
AC_MSG_ERROR(Please reinstall readline - I cannot find readline.h)
1919
fi
2020
AC_ADD_INCLUDE($READLINE_DIR/include)
21-
AC_ADD_LIBRARY_WITH_PATH(readline, $READLINE_DIR/lib)
22-
AC_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/lib)
2321
AC_ADD_LIBRARY(termcap)
22+
AC_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/lib)
23+
AC_ADD_LIBRARY_WITH_PATH(readline, $READLINE_DIR/lib)
2424
2525
AC_MSG_RESULT(yes)
2626

0 commit comments

Comments
 (0)