diff options
author | woglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-10-05 11:47:15 +0000 |
---|---|---|
committer | woglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-10-05 11:47:15 +0000 |
commit | bacaa5e4615532f17b86d7a61800e7bcdfb369a1 (patch) | |
tree | d8e1b883da09d7171ac8214fbad320bdfad2783d /configure.in | |
parent | 42cd3bd892642e79e47f1210915099dd04b1c02e (diff) | |
download | navit-bacaa5e4615532f17b86d7a61800e7bcdfb369a1.tar.gz |
Fix:Core: remove Xmu.h header check it is not included in any file
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3603 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 15e935852..62dc6dbbe 100644 --- a/configure.in +++ b/configure.in @@ -475,17 +475,6 @@ fi AC_SUBST(IMLIB2_CFLAGS) AC_SUBST(IMLIB2_LIBS) -AC_CHECK_HEADER( - X11/Xmu/Xmu.h, - AC_DEFINE( - [HAVE_XMU], - [], - Define to 1 if you have the <X11/Xmu/Xmu.h> header file. - ) - xmu=yes, - AC_MSG_WARN([*** no X11/Xmu/Xmu.h -- opengl graphics support disabled]) -) - AC_ARG_ENABLE(graphics-opengl, [ --disable-graphics-opengl disable graphics type OpenGL], graphics_opengl=$enableval;graphics_opengl_reason="configure parameter") if test "x${graphics_opengl}" = "xyes" ; then |