X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c8b7f4b2d524e646743937254e67eb72d623e1f..b3dfbbc91088ab32c3aae4294a3c726fadfc5ccd:/configure diff --git a/configure b/configure index 244fb36f2d..0541017e34 100755 --- a/configure +++ b/configure @@ -10409,8 +10409,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ - ''\ - '#include ' \ + '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ @@ -10424,8 +10423,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include $ac_declaration +#include int main () { @@ -11050,8 +11049,7 @@ else fi fi for ac_declaration in \ - ''\ - '#include ' \ + '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ @@ -11065,8 +11063,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include $ac_declaration +#include int main () { @@ -19373,7 +19371,7 @@ echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400" fi - LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32" + LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32" if test "$wxUSE_ACCESSIBILITY" = "yes" ; then LIBS="$LIBS -loleacc" @@ -19381,7 +19379,7 @@ echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6 case "${host}" in *-*-cygwin* ) - LIBS="$LIBS -lkernel32 -luser32 -lcomdlg32" + LIBS="$LIBS -lkernel32 -luser32" TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" esac