summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/djgpp.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/m4/djgpp.m4 b/m4/djgpp.m4
deleted file mode 100644
index 03794523..00000000
--- a/m4/djgpp.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-dnl Check for DJGPP. we use DJ_GPP as the variable
-dnl EXEEXXT
-AC_DEFUN([AC_DJGPP],
-[AC_CACHE_CHECK(for DJGPP environment, ac_cv_djgpp,
-[AC_TRY_COMPILE(,[ return __DJGPP__;],
-ac_cv_djgpp=yes, ac_cv_djgpp=no)
-rm -f conftest*])
-DJ_GPP=
-test "$ac_cv_djgpp" = yes && DJ_GPP=yes])