sim: msp430: delete unused getopt.h probe
authorMike Frysinger <vapier@gentoo.org>
Mon, 19 Apr 2021 03:33:31 +0000 (23:33 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 19 Apr 2021 03:34:16 +0000 (23:34 -0400)
This port doesn't include it anywhere, so drop the test.

sim/msp430/ChangeLog
sim/msp430/config.in
sim/msp430/configure
sim/msp430/configure.ac

index 3fb96802f669f56112195543dd84ed89d55bd94f..cdc5cbd7480086a617e07fa39ddcefb940b34620 100644 (file)
@@ -1,3 +1,8 @@
+2021-04-18  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Delete AC_CHECK_HEADERS call.
+       * config.in, configure: Regenerate.
+
 2021-04-18  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index e4894c4c510548924a443528ff251ce7a7c6ddc5..cb5ea1b01c95768650c6885bdacf41f90c81f8a9 100644 (file)
@@ -22,9 +22,6 @@
 /* Define to 1 if you have the `ftruncate' function. */
 #undef HAVE_FTRUNCATE
 
-/* Define to 1 if you have the <getopt.h> header file. */
-#undef HAVE_GETOPT_H
-
 /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE
 
index 86a1946b46657502299f5bdafbe720f4768b2d3f..4488524eea66013b723a0305add94712d25426f6 100755 (executable)
@@ -11909,19 +11909,6 @@ _ACEOF
 
 
 
-for ac_header in getopt.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
-if test "x$ac_cv_header_getopt_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_GETOPT_H 1
-_ACEOF
-
-fi
-
-done
-
-
 
 wire_endian="LITTLE"
 default_endian=""
index 68e9467339a9135ba5b4490da3fe230abad17a46..0277d7f497e374fe440a59147852b4c0b9883732 100644 (file)
@@ -23,8 +23,6 @@ AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
 
 SIM_AC_COMMON
 
-AC_CHECK_HEADERS(getopt.h)
-
 SIM_AC_OPTION_ENDIAN(LITTLE)
 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
 SIM_AC_OPTION_WARNINGS