summaryrefslogtreecommitdiff
path: root/DevIL/configure.ac
diff options
context:
space:
mode:
authorMatěj Týč <bubla@users.sourceforge.net>2009-02-06 10:44:17 +0000
committerMatěj Týč <bubla@users.sourceforge.net>2009-02-06 10:44:17 +0000
commitdc2b0dd444c2cf015356feae7d2bd31cde7bf458 (patch)
tree12f681b6e32f991cf4f470d58c83bf026e1a60c5 /DevIL/configure.ac
parent1328eee1a0a5ee286619ab9835943f3bda542623 (diff)
downloaddevil-dc2b0dd444c2cf015356feae7d2bd31cde7bf458.tar.gz
minor build system bugfix
Diffstat (limited to 'DevIL/configure.ac')
-rw-r--r--DevIL/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/DevIL/configure.ac b/DevIL/configure.ac
index 8bdb2972..cf01dfb9 100644
--- a/DevIL/configure.ac
+++ b/DevIL/configure.ac
@@ -256,6 +256,12 @@ AS_IF([test "x$enable_zlib" = "xyes"],
AS_IF([test "$enable_zlib" = "yes"],
[AC_CHECK_LIB([z],
[main]) ]) ])
+
+dnl
+dnl We need to link in math stuff, maybe we have to do it manually here...
+dnl
+AC_CHECK_LIB([m],
+ [main])
dnl
dnl Ask here whether the user wants to support a format, optionally do some tests whether it can be supported
dnl