Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea13a3f

Browse files
committed
Add missing comma.
1 parentd5e99ab commitea13a3f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎config/cxx.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Macros to detect certain C++ features
2-
# $Header: /cvsroot/pgsql/config/Attic/cxx.m4,v 1.2 2002/03/2917:32:53 petere Exp $
2+
# $Header: /cvsroot/pgsql/config/Attic/cxx.m4,v 1.3 2002/03/2920:54:33 petere Exp $
33

44

55
# PGAC_CLASS_STRING
@@ -12,7 +12,7 @@ AC_DEFUN([PGAC_CLASS_STRING],
1212
[AC_LANG_PUSH(C++)
1313
AC_CHECK_HEADER(string,
1414
[AC_DEFINE(HAVE_CXX_STRING_HEADER,1,
15-
[Define to 1 if you have the C++ <string> header])]
15+
[Define to 1 if you have the C++ <string> header])],
1616
[AC_CACHE_CHECK([for class string in <string.h>],
1717
[pgac_cv_class_string_in_string_h],
1818
[AC_TRY_COMPILE([#include <stdio.h>

‎configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7916,7 +7916,8 @@ cat >>confdefs.h <<\_ACEOF
79167916
#define HAVE_CXX_STRING_HEADER 1
79177917
_ACEOF
79187918
7919-
echo"$as_me:$LINENO: checking for class string in <string.h>">&5
7919+
else
7920+
echo"$as_me:$LINENO: checking for class string in <string.h>">&5
79207921
echo$ECHO_N"checking for class string in <string.h>...$ECHO_C">&6
79217922
iftest"${pgac_cv_class_string_in_string_h+set}" =set;then
79227923
echo$ECHO_N"(cached)$ECHO_C">&6

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp