summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-15 03:25:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-15 03:25:09 +0000
commite2be8a6adda1004b1e26d5e59ae644219e207db5 (patch)
tree2b48ed32dbb2a2bffc573f5cee0e33138139691c /configure.in
parent1cddb964f286365c46199995e3865d8217bd6478 (diff)
downloadgdk-pixbuf-e2be8a6adda1004b1e26d5e59ae644219e207db5.tar.gz
Kill --enable-ansi (#164394)
2005-02-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Kill --enable-ansi (#164394)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index ac1eb5615..5f4ab883a 100644
--- a/configure.in
+++ b/configure.in
@@ -188,10 +188,6 @@ AC_ARG_ENABLE(shm,
[AC_HELP_STRING([--enable-shm],
[support shared memory if available [default=yes]])],,
[enable_shm="yes"])
-AC_ARG_ENABLE(ansi,
- [AC_HELP_STRING([--enable-ansi],
- [turn on strict ansi [default=no]])],,
- [enable_ansi=no])
AC_ARG_ENABLE(xkb,
[AC_HELP_STRING([--enable-xkb],
[support XKB [default=maybe]])],,