changeset 9763:63d554a54da6

configure.ac: fix logic in previous change
author John W. Eaton <jwe@octave.org>
date Thu, 29 Oct 2009 18:39:34 -0400
parents 8e277dcf1223
children 7922a24f78c0
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Oct 29 18:10:53 2009 -0400
+++ b/configure.ac	Thu Oct 29 18:39:34 2009 -0400
@@ -1586,7 +1586,7 @@
          use_mach_dyld=false;
        else
          use_mach_dyld=true;
-       fi], [use_mach_dyld=true])
+       fi], [])
   if $use_mach_dyld; then
     AC_CHECK_HEADER(mach-o/dyld.h)
     if test "$ac_cv_header_mach_o_dyld_h" = yes; then