summaryrefslogtreecommitdiff
path: root/DevIL/configure.ac
diff options
context:
space:
mode:
authorMatěj Týč <bubla@users.sourceforge.net>2009-02-09 21:50:04 +0000
committerMatěj Týč <bubla@users.sourceforge.net>2009-02-09 21:50:04 +0000
commit3176abb11072a18ed688cb34fe4e1753beccca15 (patch)
tree1a16e3336a10d8c44dd83a970c1993852c84b7d1 /DevIL/configure.ac
parent1d3897a57eb74d3f4b781742df1d8761fc10a9bd (diff)
downloaddevil-3176abb11072a18ed688cb34fe4e1753beccca15.tar.gz
updated testil + removed monolithic build option
Diffstat (limited to 'DevIL/configure.ac')
-rw-r--r--DevIL/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/DevIL/configure.ac b/DevIL/configure.ac
index 412c46fd..27be946d 100644
--- a/DevIL/configure.ac
+++ b/DevIL/configure.ac
@@ -110,14 +110,6 @@ AM_CONDITIONAL([BUILD_EXAMPLES],
[test "x$with_examples" = "xyes"])
dnl Do we want monolithic library (DevIL instead of IL, ILU, ILUT). Useful probably only on Windows... Discouraged.
-AC_ARG_ENABLE([monolithic],
- [AS_HELP_STRING([--enable-monolithic[[=yes/no]]],
- [Builds only one library instead of separate ones (IL, ILU, ILUT -> DevIL). Default set to 'disabled'])],
- [],
- [enable_monolithic="no"])
-AM_CONDITIONAL([BUILD_MONOLITHIC],
- [test "x$enable_monolithic" = "xyes"])
-
dnl Whether to build IL. You have to anyway :-)
dnl AC_ARG_ENABLE([IL],
dnl [AS_HELP_STRING([--enable-IL[[=yes/no]]],