From: Stefan Neis Date: Wed, 4 Aug 2004 08:37:19 +0000 (+0000) Subject: Fixed typo reported by Ian Brown. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2001ecbc7671f295db6411763400ff6ce7e9c3df Fixed typo reported by Ian Brown. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wx-config.in b/wx-config.in index 3fff29f90e..262e6db5ec 100755 --- a/wx-config.in +++ b/wx-config.in @@ -215,7 +215,7 @@ cppflags() flags="$flags -DwxUSE_GUI=0" fi - echo "$flags${WXCONFIG_INCLUDE} ${WX_LARGEFILE_FLAGS} ${GCC_PRAGMA_FLAGS}" + echo "$flags ${WXCONFIG_INCLUDE} ${WX_LARGEFILE_FLAGS} ${GCC_PRAGMA_FLAGS}" } if test $# -eq 0; then