From: Vadim Zeitlin Date: Sun, 10 Aug 2003 16:41:46 +0000 (+0000) Subject: fixed syntax error in case X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/345b8952b4b65ada70f06c2cd834571bc76025c9 fixed syntax error in case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 7aa4668370..3bce909f2d 100755 --- 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 diff --git a/configure.in b/configure.in index 7677c204e9..7e91dc9a5d 100644 --- a/configure.in +++ b/configure.in @@ -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