From 9171d4b4796d3784df5a312fff7800827669d189 Mon Sep 17 00:00:00 2001
From: Robin Dunn <robin@alldunn.com>
Date: Thu, 31 Jul 2003 21:30:03 +0000
Subject: [PATCH] fixed --basename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 wx-config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wx-config.in b/wx-config.in
index 13323f3aae..31304e9775 100755
--- a/wx-config.in
+++ b/wx-config.in
@@ -250,7 +250,7 @@ while test $# -gt 0; do
       echo $release
       ;;
     --basename)
-      echo $basename
+      echo $basename_gui
       ;;
     --static)
       static_flag=yes
@@ -304,7 +304,7 @@ while test $# -gt 0; do
               fi
           done
           libs_list="$newlist"
-          
+
           # output link flags:
           contrib_libs=`output_libs $libs_list`
           if test $static_flag = yes ; then
-- 
2.47.2