]> git.wh0rd.org - dump.git/blobdiff - configure.in
Another set of cleanups from Andreas.
[dump.git] / configure.in
index cd3b5da7a02257b9577f4801a7d0ad9a1ef02a41..8769174da07f2c1cb0a4bb32478c91304615a57a 100644 (file)
@@ -276,12 +276,12 @@ fi
 dnl
 dnl Check for ext2_ino_t type
 dnl
-AC_MSG_CHECKING(for ext2_ino_t type in ext2 headers)
+AC_MSG_CHECKING(for ext2_ino_t type in libext2fs headers)
 AC_TRY_COMPILE([#include <stdio.h>
 #include <linux/ext2_fs.h>
 #include <ext2fs/ext2fs.h>], 
 [ext2_ino_t ino = 0;], 
-[AC_DEFINE(HAVE_EXT2_INO_T), AC_MSG_RESULT(yes)],
+[AC_DEFINE(HAVE_EXT2_INO_T) AC_MSG_RESULT(yes)],
 AC_MSG_RESULT(no))
 
 dnl
@@ -292,7 +292,7 @@ AC_TRY_COMPILE([#include <stdio.h>
 #include <linux/ext2_fs.h>
 #include <ext2fs/ext2fs.h>],
 [struct ext2_super_block es; es.s_journal_inum = 0;],
-[AC_DEFINE(HAVE_EXT2_JOURNAL_INUM), AC_MSG_RESULT(yes)],
+[AC_DEFINE(HAVE_EXT2_JOURNAL_INUM) AC_MSG_RESULT(yes)],
 AC_MSG_RESULT(no))
 
 dnl