Remove standard_conforming_strings autoconf check.
authorSteve Singer <steve@ssinger.info>
Sun, 9 Oct 2022 19:50:50 +0000 (15:50 -0400)
committerSteve Singer <steve@ssinger.info>
Sat, 29 Oct 2022 17:13:36 +0000 (13:13 -0400)
It is not actually used for anythign

config/acx_libpq.m4

index 7653357c0a731e36ec637df5ab378832d9279c19..334369a7a796779f660992939042d092fcb4e0d0 100644 (file)
@@ -527,17 +527,6 @@ else
    AC_MSG_RESULT([problem: set_config_option has incompatible args])
 fi
 
-AC_MSG_CHECKING(for standard_conforming_strings)
-if test -z "$ac_cv_standard_conforming_strings"; then
-  AC_EGREP_HEADER(standard_conforming_strings, 
-    parser/gramparse.h, 
-    [AC_MSG_RESULT(yes)
-     AC_DEFINE(HAVE_STANDARDCONFORMINGSTRINGS)],
-    AC_MSG_RESULT(no)
-    )
-fi
-
-
 AC_CHECK_DECLS([GetTopTransactionId],[],[],[
 #include "postgres.h"
 #include "access/xact.h"