Remove code that checks for GNU/non-GNU make
[deliverable/binutils-gdb.git] / gdb / testsuite / configure.ac
index 91e5d22c91367f4dfce1ad33a9575ffea72ac21e..2915a18757c4a27312d6427386e01d4c2166970b 100644 (file)
@@ -25,17 +25,6 @@ AC_CANONICAL_TARGET
 
 ACX_NONCANONICAL_TARGET
 
-# 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
-
 # Enable gdbtk.
 AC_ARG_ENABLE(gdbtk,
 [  --enable-gtk            enable gdbtk graphical user interface (GUI)],,
This page took 0.027249 seconds and 4 git commands to generate.