diff --git a/lib-src/FileDialog/configure.ac b/lib-src/FileDialog/configure.ac index d0b4133d7..d37cafd19 100644 --- a/lib-src/FileDialog/configure.ac +++ b/lib-src/FileDialog/configure.ac @@ -35,7 +35,7 @@ AC_ARG_ENABLE(static, AC_ARG_ENABLE(unicode, [AC_HELP_STRING([--enable-unicode], - [enable unicode support (default=no)])], + [enable unicode support (default=no)])], unicode_preference="--unicode=$enableval", unicode_preference="") @@ -76,7 +76,7 @@ case "${host_os}" in dnl Mac OS X configuration EXTRADEPS="mac/FileDialogPrivate.h" EXTRAOBJS="mac/FileDialogPrivate.o" - ;; + ;; cygwin*) dnl Windows/CygWin configuration diff --git a/lib-src/lib-widget-extra/configure.in b/lib-src/lib-widget-extra/configure.in index f15ae998d..dbb703329 100644 --- a/lib-src/lib-widget-extra/configure.in +++ b/lib-src/lib-widget-extra/configure.in @@ -64,7 +64,7 @@ AC_ARG_ENABLE(static, AC_ARG_ENABLE(unicode, [AS_HELP_STRING([--enable-unicode], - [enable unicode support [default=yes]])], + [enable unicode support [default=yes]])], unicode_preference="--unicode=$enableval", unicode_preference="--unicode=yes") @@ -94,7 +94,7 @@ fi dnl -------------------------------------------------------------------------- dnl We would like warnings enabled on the builds, but different compilers need -dnl different options for these. This bit tries to work out what flags we +dnl different options for these. This bit tries to work out what flags we dnl should add to the compiler we are using. dnl -------------------------------------------------------------------------- @@ -135,7 +135,7 @@ else fi dnl more things we always pass to wx-config -wxconfigargs="$static_wx_preference $unicode_preference $wxconfigargs $wx_preference" +wxconfigargs="$static_wx_preference $unicode_preference $wxconfigargs $wx_preference" wx_version=`${WX_CONFIG} $wxconfigargs --version`