diff --git a/configure b/configure index d470950..ac10f34 100755 --- a/configure +++ b/configure @@ -31,7 +31,7 @@ ccerr=$? rm ${temp_src} ${temp_exe} -if [ "$ccerr" == 1 ] ; then +if [ "$ccerr" = 1 ] ; then echo echo echo "The libmagic library was not found."