X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c15969fd0a6280c60d2f35876b5343004fed2b11..bff420e3b4f41bbdc662c1fce0b29a8f755e5a49:/configure diff --git a/configure b/configure index a6a688a..6a1aa27 100755 --- a/configure +++ b/configure @@ -675,8 +675,6 @@ BISON TIME GIT _BASH -GMAKE -ifGNUmake PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG @@ -15903,38 +15901,6 @@ $as_echo "no" >&6; } fi fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU make" >&5 -$as_echo_n "checking for GNU make... " >&6; } -if ${_cv_gnu_make_command+:} false; then : - $as_echo_n "(cached) " >&6 -else - _cv_gnu_make_command='' ; - for a in "$MAKE" make gmake gnumake ; do - if test -z "$a" ; then continue ; fi ; - if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then - _cv_gnu_make_command=$a ; - break; - fi - done ; - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_gnu_make_command" >&5 -$as_echo "$_cv_gnu_make_command" >&6; } ; - if test "x$_cv_gnu_make_command" != "x" ; then - ifGNUmake='' ; - else - ifGNUmake='#' ; - { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"Not found\"" >&5 -$as_echo "\"Not found\"" >&6; }; - fi - - -GMAKE=$_cv_gnu_make_command - -if test "x$GMAKE" = x; then : - as_fn_error $? "You need GNU make" "$LINENO" 5 -fi - # Extract the first word of "bash", so it can be a program name with args. set dummy bash; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5