summaryrefslogtreecommitdiff
path: root/DevIL/configure.ac
diff options
context:
space:
mode:
authorMatěj Týč <bubla@users.sourceforge.net>2009-01-10 21:08:36 +0000
committerMatěj Týč <bubla@users.sourceforge.net>2009-01-10 21:08:36 +0000
commitb33f68b944ae772489f216ae4aabbb0caecbd2b8 (patch)
tree00090970ef46010bf88e9756788824679b3615ec /DevIL/configure.ac
parent15359c0e0b8bbd803fafc34e9e00076043d639d8 (diff)
downloaddevil-b33f68b944ae772489f216ae4aabbb0caecbd2b8.tar.gz
fixed typos + made build better for packagers
Diffstat (limited to 'DevIL/configure.ac')
-rw-r--r--DevIL/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/DevIL/configure.ac b/DevIL/configure.ac
index 7edacfde..cbb26e3b 100644
--- a/DevIL/configure.ac
+++ b/DevIL/configure.ac
@@ -83,7 +83,7 @@ dnl
SUPPORTED_FORMATS=""
SUPPORTED_API=""
SUPPORTED_EXTENSION=""
-AC_REVISION([$Revision: 1.47 $])
+AC_REVISION([$Revision: 1.48 $])
dnl AC_PREFIX_DEFAULT(/usr/local)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
@@ -289,6 +289,10 @@ TEST_FORMAT([xpm], [XPM])
TEST_FORMAT([wal], [WAL])
TEST_FORMAT([wdp], [WDP])
+AC_DEFINE([IL_NO_WBMP],
+ [1],
+ [WBMP loading is not implemented yet])
+
dnl
dnl ILUT APIs library checking
dnl