summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-10 20:09:25 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-10 20:09:25 +0000
commitcf7400887fb8e95e59e2640a050cd5a3f2d262de (patch)
tree3788114097209ce538f154e6f9a5d9a3092cf1f9 /configure.in
parent644c712fcf462dc37141a550453ac21e836c7a47 (diff)
downloadnavit-cf7400887fb8e95e59e2640a050cd5a3f2d262de.tar.gz
Fix:graphics_opengl:Fix automake build with OpenGL.|As long as we still have automake...
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5014 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5aa1b10b4..d2a17c6ff 100644
--- a/configure.in
+++ b/configure.in
@@ -560,7 +560,7 @@ AC_CHECK_HEADER(
FreeImage.h,
AC_DEFINE(
[HAVE_FREEIMAGE],
- [],
+ [1],
Define to 1 if you have the <FreeImage.h> header file.
)
FREEIMAGE_LIBS="-lfreeimage"