comparison configure.ac @ 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 cc5bb7b5679f
comparison
equal deleted inserted replaced
9762:8e277dcf1223 9763:63d554a54da6
1584 [AS_HELP_STRING([--enable-mach-dyld], [enable older Mach-O dyld interface])], 1584 [AS_HELP_STRING([--enable-mach-dyld], [enable older Mach-O dyld interface])],
1585 [if test "x$enableval" = xno; then 1585 [if test "x$enableval" = xno; then
1586 use_mach_dyld=false; 1586 use_mach_dyld=false;
1587 else 1587 else
1588 use_mach_dyld=true; 1588 use_mach_dyld=true;
1589 fi], [use_mach_dyld=true]) 1589 fi], [])
1590 if $use_mach_dyld; then 1590 if $use_mach_dyld; then
1591 AC_CHECK_HEADER(mach-o/dyld.h) 1591 AC_CHECK_HEADER(mach-o/dyld.h)
1592 if test "$ac_cv_header_mach_o_dyld_h" = yes; then 1592 if test "$ac_cv_header_mach_o_dyld_h" = yes; then
1593 dyld_api=true 1593 dyld_api=true
1594 fi 1594 fi