From 345b8952b4b65ada70f06c2cd834571bc76025c9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 10 Aug 2003 16:41:46 +0000 Subject: [PATCH] fixed syntax error in case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) 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 -- 2.45.2