Remove AC_FUNC_MALLOC since it breaks AIX, fix position of AC_C_BIGENDIAN
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Fri, 28 Sep 2012 15:52:39 +0000 (17:52 +0200)
committerThomas Jahns <jahns@dkrz.de>
Tue, 19 Feb 2013 10:32:59 +0000 (11:32 +0100)
configure.ac

index 2eb9609..20c65e2 100644 (file)
@@ -29,13 +29,11 @@ AC_TYPE_UINT64_T
 AC_TYPE_UINT8_T
 
 # Checks for library functions.
-AC_FUNC_MALLOC
 AC_CHECK_FUNCS([memset strstr])
 
 AC_CONFIG_FILES([Makefile
                  src/Makefile
                  tests/Makefile])
-AC_OUTPUT
-
-# Checks compilers and preprocessors
 AC_C_BIGENDIAN
+
+AC_OUTPUT