[runtime] Get rid of the wapi_thread_interrupt_self () and the has_apc flag, it doesn...
[mono.git] / eglib / autogen.sh
index ac2e767902196c4e9a3f6c1b8de120e156dfaa2c..66f980a9b18938dc8f79ccb3578dbc1627b880a2 100755 (executable)
@@ -113,7 +113,7 @@ aclocal -I m4 $ACLOCAL_FLAGS || {
   exit 1
 }
 
-if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then
+if grep "^AC_CONFIG_HEADERS" configure.ac >/dev/null; then
   echo "Running autoheader..."
   autoheader || { echo "**Error**: autoheader failed."; exit 1; }
 fi