]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed syntax error in case
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Aug 2003 16:41:46 +0000 (16:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Aug 2003 16:41:46 +0000 (16:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 7aa46683703c28d2af0bc9a7f564592c5bcb4a04..3bce909f2da066d6245a6b3b54f6d10d64bf89ae 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 7677c204e9f3a3391d02315247527c30bfda7551..7e91dc9a5db494c4e286061ad54175c81f7b016a 100644 (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