From: Karsten Ballüder Date: Fri, 10 Mar 2000 11:33:19 +0000 (+0000) Subject: fixed configure script for Solaris X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c4ad28347564a0d494a65e92589e95ace7e813d fixed configure script for Solaris git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/configure b/contrib/configure index ecbf3c7f42..573c95d95d 100755 --- a/contrib/configure +++ b/contrib/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Id +# From configure.in Id: configure.in # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. @@ -683,7 +683,7 @@ else fi -if test ! -z $ESD_LINK; then +if test "$ESD_LINK" != "" ; then echo "ESound detected" fi diff --git a/contrib/configure.in b/contrib/configure.in index b68893cfbf..c31253d670 100644 --- a/contrib/configure.in +++ b/contrib/configure.in @@ -16,7 +16,7 @@ AC_CHECK_HEADER(esd.h, [ ]) ]) -if test ! -z $ESD_LINK; then +if test "$ESD_LINK" != "" ; then echo "ESound detected" fi