summaryrefslogtreecommitdiff
path: root/m4/envsep.m4
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-10 05:39:24 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-10 05:39:24 +0000
commit2fae5c2a7405d566c860a493740417118724e20b (patch)
tree3e8c1adf36dff23bd344f4d2094e1e10b27fd19b /m4/envsep.m4
parent687b04a2d298a9a1ee50e45c4ef8538e4b578fbd (diff)
downloadgrep-2fae5c2a7405d566c860a493740417118724e20b.tar.gz
updates.
updates from Eli. Few typo fixed. use DJ_GPP instead of DJGPP prototype undossify_input. * grep-2.2f beta release. * m4/{djgpp,envsep,glibc,regex,dosfile,isc-posix}.m4 : New files to aid configuration and unload configure.in. * m4/Makefile.am : updated. Patch forwarded by Ben Elliston.
Diffstat (limited to 'm4/envsep.m4')
-rw-r--r--m4/envsep.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/envsep.m4 b/m4/envsep.m4
index 91c082cd..8a3d2687 100644
--- a/m4/envsep.m4
+++ b/m4/envsep.m4
@@ -9,7 +9,7 @@ AC_REQUIRE([AC_MINGW32])
AC_REQUIRE([AC_DJGPP])
AC_MSG_CHECKING([for environ variable separator])
AC_CACHE_VAL(ac_cv_sep,
-[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJGPP" = yes ; then
+[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJ_GPP" = yes ; then
ac_cv_sep=yes
else
ac_cv_sep=no