From 0706e7487f35f9af15602bac8b35e88ab5c40b40 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 23 May 2006 05:58:51 +0000 Subject: [PATCH] fix incomplete change from rev 1.1121 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 3ad4680206..4c0cadd365 100644 --- a/configure.in +++ b/configure.in @@ -2928,9 +2928,9 @@ libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config esac if test "$WXGTK20" = 1; then - save_CFLAGS="$CFLAGS" + save_CXXFLAGS="$CXXFLAGS" save_LIBS="$LIBS" - CFLAGS="$wx_cv_cflags_gtk $CFLAGS" + CXXFLAGS="$wx_cv_cflags_gtk $CXXFLAGS" LIBS="$LIBS $wx_cv_libs_gtk" dnl gtk_icon_size_lookup is not available in the GTK+ headers @@ -2970,7 +2970,7 @@ libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config AC_MSG_RESULT([no]) ]) - CFLAGS="$save_CFLAGS" + CXXFLAGS="$save_CXXFLAGS" LIBS="$save_LIBS" else if test "$wxUSE_UNICODE" = "yes"; then -- 2.45.2