Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7cc409

Browse files
committed
Autoconf for jdbc debug changes.
1 parent 0416641 commit b7cc409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,7 @@ if test x"${enable_multibyte+set}" = xset; then
903903
UNICODE, MULE_INTERNAL,
904904
LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
905905
LATIN6, LATIN7, LATIN8, LATIN9, LATIN10,
906-
WIN1256, TCVN, WIN874,
907-
KOI8, WIN, ALT,
906+
WIN1256, TCVN, WIN874, KOI8, WIN, ALT,
908907
ISO_8859_5, ISO_8859_6, ISO_8859_7, ISO_8859_8
909908
Or do not specify an argument to the option to use the default." 1>&2; exit 1; };;
910909
esac
@@ -9152,6 +9151,7 @@ s%@WANTED_LANGUAGES@%$WANTED_LANGUAGES%g
91529151
s%@default_port@%$default_port%g
91539152
s%@enable_shared@%$enable_shared%g
91549153
s%@enable_rpath@%$enable_rpath%g
9154+
s%@enable_debug@%$enable_debug%g
91559155
s%@CC@%$CC%g
91569156
s%@EXEEXT@%$EXEEXT%g
91579157
s%@CPP@%$CPP%g

0 commit comments

Comments
 (0)