diff m4/physmem.m4 @ 9921:01cfd65cc7e0

Fix underquoting of AC_LANG_PROGRAM arguments.
author Bruno Haible <bruno@clisp.org>
date Tue, 15 Apr 2008 01:52:03 +0200 (2008-04-14)
parents 0af37e82a5e3
children f6cba5a556ce
line wrap: on
line diff
--- a/m4/physmem.m4
+++ b/m4/physmem.m4
@@ -1,5 +1,5 @@
-# physmem.m4 serial 7
-dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
+# physmem.m4 serial 8
+dnl Copyright (C) 2002-2003, 2005-2006, 2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -12,8 +12,8 @@
     [AC_LINK_IFELSE([AC_LANG_PROGRAM(
 		      [[#include <sys/systemcfg.h>
 		      ]],
-		      [double x = _system_configuration.physmem;
-		       if (x > 0.0) return 0;])],
+		      [[double x = _system_configuration.physmem;
+		        if (x > 0.0) return 0;]])],
       [gl_cv_var__system_configuration=yes],
       [gl_cv_var__system_configuration=no])])