From 2c4ad28347564a0d494a65e92589e95ace7e813d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Fri, 10 Mar 2000 11:33:19 +0000 Subject: [PATCH] fixed configure script for Solaris git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/configure | 4 ++-- contrib/configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.45.2