From d48ad9bd84a5ce6f74ed37633e9d4519e43973a6 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 7 Nov 2001 10:03:57 +0000 Subject: [PATCH] More pesky "quotes" hiding in m4 macros. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bfa07d6fa..fc9c26869e 100755 --- a/configure +++ b/configure @@ -9701,7 +9701,7 @@ echo "configure:9697: checking for GTK+ version" >&5 else gtk_version_cached=0 - echo "$ac_t""""" 1>&6 + echo "$ac_t""" 1>&6 wx_cv_lib_gtk= if test "x$wxUSE_GTK2" = "xyes"; then diff --git a/configure.in b/configure.in index 5bf3e59d42..fd74dbb549 100644 --- a/configure.in +++ b/configure.in @@ -1951,7 +1951,7 @@ if test "$wxUSE_GUI" = "yes"; then dnl stupid GTK+ AM macros produce their own messages, so we dnl have to pass to the next line gtk_version_cached=0 - AC_MSG_RESULT("") + AC_MSG_RESULT() wx_cv_lib_gtk= if test "x$wxUSE_GTK2" = "xyes"; then -- 2.45.2