From 5a273c9fab6a4fe3ab0c729e78f3a86d3e5a69ed Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 13 Jan 2013 11:24:56 -0800 Subject: Use standard autoconf defines for mkstemp & putenv instead of imake leftovers Signed-off-by: Alan Coopersmith --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bd4ceea..a2c5c20 100644 --- a/configure.ac +++ b/configure.ac @@ -45,10 +45,7 @@ AC_ARG_WITH(rsh, AS_HELP_STRING([--with-rsh=PATH], RSH=$rsh AC_SUBST(RSH) -AC_CHECK_FUNC([mkstemp], - AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the 'mkstemp' function.])) -AC_CHECK_FUNC([putenv], [], - AC_DEFINE(NOPUTENV,1,[Define to 1 if you DO NOT have the 'putenv' function.])) +AC_CHECK_FUNCS([mkstemp putenv]) # Checks for pkg-config packages PKG_CHECK_MODULES(XSM, [x11 xt > 1.0.99 ice sm xaw7]) -- cgit v1.2.3