[AC_LANG_PUSH(C++)
AC_CHECK_HEADER(string,
[AC_DEFINE(HAVE_CXX_STRING_HEADER, 1,
- [Define to 1 if you have the C++ <string> header])]
+ [Define to 1 if you have the C++ <string> header])],
[AC_CACHE_CHECK([for class string in <string.h>],
[pgac_cv_class_string_in_string_h],
[AC_TRY_COMPILE([#include <stdio.h>
#define HAVE_CXX_STRING_HEADER 1
_ACEOF
- echo "$as_me:$LINENO: checking for class string in <string.h>" >&5
+else
+ echo "$as_me:$LINENO: checking for class string in <string.h>" >&5
echo $ECHO_N "checking for class string in <string.h>... $ECHO_C" >&6
if test "${pgac_cv_class_string_in_string_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6