diff --git a/testcurl.sh b/testcurl.sh
index ca8118ea383c6fc624fa9d0cf7227ddbe7849a28..a72ca4409ab902beb76e20d2a0620009ffd1a359 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -184,7 +184,15 @@ if [ $CVS -eq 1 ]; then
   rm -rf autom4te.cache
 
   # generate the build files
-  ./buildconf 2>&1
+  ./buildconf 2>&1 | tee build.log
+
+  if { grep "^buildconf: OK" build.log; } then
+     echo "testcurl: buildconf was successful"
+  else
+     echo "testcurl: buildconf was NOT successful"
+     die
+  fi
+
 fi
 
 if [ -f configure ]; then