summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-05 09:25:43 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-05 09:47:01 -0800
commit1b5e7ee6483415d7093f3d5395c4832fa69f0a28 (patch)
tree6cc874d23d75ad454e40affae69a0fd04c57831e /def.h
parent4db1a4f15ef704b6b6faf1741054d59cb527298a (diff)
Remove fallbacks for Imake configuration, assume autoconf
For the original 6.9/7.0 release, we supported using either autoconf or imake to generate configuration. For releases after that, we're only supporting autoconf, so no longer need to check & fall back to imake. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'def.h')
-rw-r--r--def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/def.h b/def.h
index 459bbd2..0d49c55 100644
--- a/def.h
+++ b/def.h
@@ -24,9 +24,8 @@ in this Software without prior written authorization from The Open Group.
*/
-#ifdef HAVE_CONFIG_H /* Autotooled for Xorg 7.0? */
+#ifdef HAVE_CONFIG_H
# include "makedepend-config.h"
-# define USING_AUTOCONF
#endif
#include <X11/Xos.h>