summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 23:19:06 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 23:34:47 -0500
commitdc03ee95bc990e22094360c3b0c801ae2fdeed8e (patch)
tree8c1e9b62f7d5cfe94bfca42b98b12aea2edcd362 /configure.ac
parent5e8ec3e3eadb032176d8a92639b40a067df3b7e1 (diff)
Remove AM_PROG_CC_C_O
There is no need for a per-target CFLAGS or CPPFLAGS, as unlike libXaw, we are building only one target. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 812d759..aaf5e9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,9 +19,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-# Some compilers do not support per target -c and -o flags
-AM_PROG_CC_C_O
-
# Checks for header files.
PKG_CHECK_MODULES(X11, [x11 xt xmu])
AC_CHECK_HEADERS([wctype.h wchar.h widec.h])