diff options
| author | Peter Eisentraut | 2002-03-29 20:54:33 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2002-03-29 20:54:33 +0000 |
| commit | ea13a3fab28bad7e747eb0492036bdcb705ead33 (patch) | |
| tree | 437d83b6fd61bfa2ed6c8c6554197ac280110e7b /configure | |
| parent | d5e99ab4d6718e8ef515575e33fb5c6181cdcc96 (diff) | |
Add missing comma.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index 351c2d2115a..f92c26030d9 100755 --- a/configure +++ b/configure @@ -7916,7 +7916,8 @@ cat >>confdefs.h <<\_ACEOF #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 |
