File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ AC_ARG_WITH(apxs,
2626 AC_MSG_RESULT ( [ 2. Apache was not compiled with DSO support (--enable-module=so);] )
2727 AC_MSG_RESULT ( [ 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs] )
2828 AC_MSG_RESULT ( [ The output of $APXS follows] )
29- $APXS
29+ $APXS -q CFLAGS
3030 AC_MSG_ERROR ( [ Aborting] )
3131 fi
3232
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ AC_ARG_WITH(apxs2filter,
2727 AC_MSG_RESULT ( [ 3. Apache was not built using --enable-so (the apxs usage page is displayed)] )
2828 AC_MSG_RESULT ( )
2929 AC_MSG_RESULT ( [ The output of $APXS follows:] )
30- $APXS
30+ $APXS -q CFLAGS
3131 AC_MSG_ERROR ( [ Aborting] )
3232 fi
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ AC_ARG_WITH(apxs2,
2727 AC_MSG_RESULT ( [ 3. Apache was not built using --enable-so (the apxs usage page is displayed)] )
2828 AC_MSG_RESULT ( )
2929 AC_MSG_RESULT ( [ The output of $APXS follows:] )
30- $APXS
30+ $APXS -q CFLAGS
3131 AC_MSG_ERROR ( [ Aborting] )
3232 fi
3333
You can’t perform that action at this time.
0 commit comments