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