summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 18:26:35 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-28 18:26:35 -0800
commitd6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b (patch)
tree1ed675cbe334fe59477cbc4e3fa8d6ce4002f18f
parent710bb6773a0eeb3dfccc92ef0b414c97ee553103 (diff)
downloadxorg-proto-dmxproto-d6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b.tar.gz
Remove accidentally added config.h header creation
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2260553..3d74833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,6 @@ AC_PREREQ([2.60])
AC_INIT([DMXProto], [2.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AC_CONFIG_SRCDIR([Makefile.am])
-AC_CONFIG_HEADERS([config.h])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])