summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-12 22:24:59 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-12 22:27:19 -0600
commit78c419c69857fd8a87c05a334a8bf81e786f77ee (patch)
treef4ff5f59a521ef9690098bb1dfb328c1e0acf2b3 /configure.ac
parent3f2b6a67d1e620a58a57e0ace8fdaa1189d60fee (diff)
downloadlibpng-78c419c69857fd8a87c05a334a8bf81e786f77ee.tar.gz
[devel] Imported from libpng-1.4.0beta97.tar
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 0e2dc51e4..64426228d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,20 +116,6 @@ AC_ARG_WITH(binconfigs,
[binconfigs='${binconfigs}'])
AC_SUBST([binconfigs])
-# Allow the old version number library, libpng.so, to be removed from
-# the build
-AC_ARG_WITH(libpng-compat,
- AC_HELP_STRING([--with-libpng-compat],
- [Generate the obsolete libpng.so library @<:@default=yes@:>@]),
- [if test "${withval}" = no; then
- compatlib=
- AC_MSG_NOTICE([libpng.so will not be built])
- else
- compatlib=libpng.la
- fi],
- [compatlib=libpng.la])
-AC_SUBST([compatlib])
-
# Config files, substituting as above
AC_CONFIG_FILES([Makefile libpng.pc:scripts/libpng.pc-configure.in])
AC_CONFIG_FILES([libpng-config:scripts/libpng-config.in],