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

Re-order commands so we get the proper ssl version on AIX.

parent 2108a45c
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ AM_INIT_AUTOMAKE(slurm, $VERSION) ...@@ -23,8 +23,6 @@ AM_INIT_AUTOMAKE(slurm, $VERSION)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(slurm/slurm.h) AM_CONFIG_HEADER(slurm/slurm.h)
X_AC_AIX
dnl Checks for programs. dnl Checks for programs.
dnl dnl
AC_PROG_CC AC_PROG_CC
...@@ -33,6 +31,7 @@ AC_PROG_MAKE_SET ...@@ -33,6 +31,7 @@ AC_PROG_MAKE_SET
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
CFLAGS= CFLAGS=
X_AC_AIX
AM_CONDITIONAL(WITH_GNU_LD, test "$with_gnu_ld" = "yes") AM_CONDITIONAL(WITH_GNU_LD, test "$with_gnu_ld" = "yes")
......
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