Remove code that checks for GNU/non-GNU make
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index 11d8c79cdcfe7197972021a5c853d6dfd3f895a0..6858e5193bc2456719b5031c2fa6ea0d9d4e1cbf 100644 (file)
@@ -63,17 +63,6 @@ ACX_NONCANONICAL_HOST
 ZW_CREATE_DEPDIR
 ZW_PROG_COMPILER_DEPENDENCIES([CC])
 
-# Check for the 'make' the user wants to use.
-AC_CHECK_PROGS(MAKE, make)
-MAKE_IS_GNU=
-case "`$MAKE --version 2>&1 | sed 1q`" in
-  *GNU*)
-    MAKE_IS_GNU=yes
-    ;;
-esac
-AM_CONDITIONAL(GMAKE, test "$MAKE_IS_GNU" = yes)
-AC_PROG_MAKE_SET
-
 gnulib_extra_configure_args=
 # If large-file support is disabled, make sure gnulib does the same.
 if test "$enable_largefile" = no; then
This page took 0.02687 seconds and 4 git commands to generate.