diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 08d05b834..1f265a1a2 100644 --- a/configure.in +++ b/configure.in @@ -928,10 +928,6 @@ case "$CONFIG_OTHER" in #ifndef GLIBCONFIG_H #define GLIBCONFIG_H -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - _______EOF if test x$glib_limits_h = xyes; then @@ -952,6 +948,10 @@ _______EOF cat >> $outfile <<_______EOF +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + #define G_MINFLOAT $glib_mf #define G_MAXFLOAT $glib_Mf #define G_MINDOUBLE $glib_md |