Skip to content
Snippets Groups Projects
Commit b5c87a0c authored by Moe Jette's avatar Moe Jette
Browse files

Make default behavior for AIX systems be to configure "--without-readline".

User can over-ride this with explicit "--with-readline".
parent f705891f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ AC_DEFUN([X_AC_AIX],
LIB_LDFLAGS="$LDFLAGS -Wl,-G -Wl,-bnoentry -Wl,-bexpfull"
SO_LDFLAGS=" $LDFLAGS -Wl,-G -Wl,-bnoentry -Wl,-bexpfull"
ac_have_aix="yes"
ac_with_readline="no"
AC_DEFINE(USE_ALIAS, 0,
[Define slurm_ prefix function aliases for plusins]) ;;
*) AC_DEFINE(USE_ALIAS, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment