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
commit289a384c943f684c9f81969be9b3bb8c317a14f7 (patch)
tree3788114097209ce538f154e6f9a5d9a3092cf1f9 /configure.in
parent156884e68d2a3a5907912921844195b304203c51 (diff)
downloadnavit-svn-289a384c943f684c9f81969be9b3bb8c317a14f7.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 5aa1b10b..d2a17c6f 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"