summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 15:57:03 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 15:57:03 -0800
commit2dbb83892861b8ffa6a91a394bdce70e8f771c1a (patch)
tree7c42df7c1a1fae13576134800d6052d6403513c6
parent43042c25b61593352f793ce328360e09eb9aada0 (diff)
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happierHEADmaster
xpawhelloworld/Makefile.am:27: compiling `xpawhelloworld.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4d5ca9e..6aecb87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_INSTALL
# Checking for Motif