Merge pull request #524 from pruiz/mvc-allowhtml-fix
[mono.git] / libgc / autogen.sh
index 4cfc38728ee74a080205c7574d13d6953f32824b..376c387885677ce108f2841a1faa8061a235fa29 100755 (executable)
@@ -99,7 +99,7 @@ aclocal $ACLOCAL_FLAGS || {
   exit 1
 }
 
-if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
+if grep "^AC_CONFIG_HEADERS" configure.in >/dev/null; then
   echo "Running autoheader..."
   autoheader || { echo "**Error**: autoheader failed."; exit 1; }
 fi