diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 8f7f4f9..1cad0d9 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1165,7 +1165,7 @@ else | |||
1165 | AC_MSG_WARN([Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin]) | 1165 | AC_MSG_WARN([Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin]) |
1166 | fi | 1166 | fi |
1167 | 1167 | ||
1168 | if test x$ac_cv_path_to_qstat != x | 1168 | if test $ac_cv_path_to_qstat |
1169 | then | 1169 | then |
1170 | AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat", | 1170 | AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat", |
1171 | [path to qstat/quakestat]) | 1171 | [path to qstat/quakestat]) |
@@ -1262,16 +1262,13 @@ then | |||
1262 | AC_MSG_RESULT([using HP-UX format swapinfo]) | 1262 | AC_MSG_RESULT([using HP-UX format swapinfo]) |
1263 | fi | 1263 | fi |
1264 | 1264 | ||
1265 | if test x$ac_cv_have_swap != x | 1265 | if test x$ac_cv_have_swap != x |
1266 | then | 1266 | then |
1267 | AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found]) | 1267 | AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found]) |
1268 | fi | 1268 | fi |
1269 | if test x$ac_cv_swap_format != x | 1269 | AC_DEFINE_UNQUOTED(SWAP_FORMAT,"$ac_cv_swap_format", |
1270 | then | 1270 | [Format string for parsing swap output]) |
1271 | AC_DEFINE_UNQUOTED(SWAP_FORMAT,"$ac_cv_swap_format", | 1271 | if test "x$ac_cv_swap_command" != "x" |
1272 | [Format string for parsing swap output]) | ||
1273 | fi | ||
1274 | if test x$ac_cv_swap_command != x | ||
1275 | then | 1272 | then |
1276 | AC_DEFINE_UNQUOTED(SWAP_COMMAND,"$ac_cv_swap_command", | 1273 | AC_DEFINE_UNQUOTED(SWAP_COMMAND,"$ac_cv_swap_command", |
1277 | [Path to swap/swapinfo binary, with any args]) | 1274 | [Path to swap/swapinfo binary, with any args]) |