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