summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-13 10:04:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-13 10:06:08 +0100
commit6d1c0e6d28ef61efbfa8f06f13840fd151cfb07e (patch)
tree6abda33367db4e14643584d16be95d2d7a87a489 /configure.ac
parent1ccd269a3f33684bfbedcd94ad9bca56b1404143 (diff)
Fix pollution from skia commit
I forgot to proof-read the patch before pushing and forgot I had left in some damage from trying to get skia to link using libtool. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0782baf24..f659729d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,7 @@ AC_GNU_SOURCE
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
-#AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define])
-AM_INIT_AUTOMAKE([1.9.6])
+AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!