fixed syntax error in case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-10 16:41:46 +00:00
parent ef0add05f1
commit 345b8952b4
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -25346,6 +25346,7 @@ echo "${ECHO_T}$wx_cv_version_script" >&6
case "${host}" in
*-*-linux* | *-*-gnu* )
SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
;;
*-*-solaris2* )
if test "$GCC" = yes ; then

View File

@@ -3106,6 +3106,7 @@ if test "$wxUSE_SHARED" = "yes"; then
case "${host}" in
*-*-linux* | *-*-gnu* )
SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
;;
*-*-solaris2* )
if test "$GCC" = yes ; then