chiark / gitweb /
lib/configuration.c: Allow resetting `player' and `tracklength' lists.
[disorder] / configure.ac
index ee96f219e1d4ed9da707564c349dd433b6e273b4..e47aca290efb7473bc1786087a980560ccd1b7c2 100644 (file)
@@ -729,13 +729,13 @@ if test "x$GCC" = xyes; then
     if test $GCC = yes; then
       CC="$CC -Wall -Werror"
     fi
-    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[
+    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
       static int x(char *f) {
        return *f;
       }
       int z(const char *g) {
        return x((char *)g);
-      }])],
+      }],[])],
       [rjk_cv_pr29478=no],
       [rjk_cv_pr29478=yes]
     )