You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/07/18 12:18:40 UTC

svn commit: r795338 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Sat Jul 18 10:18:40 2009
New Revision: 795338

URL: http://svn.apache.org/viewvc?rev=795338&view=rev
Log:
Use false instead \!

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=795338&r1=795337&r2=795338&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Sat Jul 18 10:18:40 2009
@@ -775,7 +775,7 @@
     have_zlib=1
 else
     have_zlib=0
-    if ! $has_zlib_set; then
+    if [ $has_zlib_set = false ]; then
         if $is_unix; then
             ok=`have_library z zlib`
             if [ ".$ok" = ".1" ]; then