Author: cazfi
Date: Thu Nov 20 18:03:04 2014
New Revision: 27088

URL: http://svn.gna.org/viewcvs/freeciv?rev=27088&view=rev
Log:
Use correct include path to SDL1.2 headers in configure tests.

See bug #22879

Modified:
    branches/S2_5/m4/sdl-client.m4

Modified: branches/S2_5/m4/sdl-client.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/m4/sdl-client.m4?rev=27088&r1=27087&r2=27088&view=diff
==============================================================================
--- branches/S2_5/m4/sdl-client.m4      (original)
+++ branches/S2_5/m4/sdl-client.m4      Thu Nov 20 18:03:04 2014
@@ -18,19 +18,19 @@
     if test "$sdl_found" = yes; then
       gui_sdl_cflags="$SDL_CFLAGS"
       gui_sdl_libs="$SDL_LIBS"
-      FC_SDL_PROJECT([SDL_image], [IMG_Load], [SDL/SDL_image.h])
+      FC_SDL_PROJECT([SDL_image], [IMG_Load], [SDL_image.h])
       if test "x$sdl_h_found" = "xyes" ; then
-        FC_SDL_PROJECT([SDL_gfx], [rotozoomSurface], [SDL/SDL_rotozoom.h])
+        FC_SDL_PROJECT([SDL_gfx], [rotozoomSurface], [SDL_rotozoom.h])
       else
         missing_project="SDL_image"
       fi
       if test "x$sdl_h_found" = "xyes" ; then
-        FC_SDL_PROJECT([SDL_ttf], [TTF_OpenFont], [SDL/SDL_ttf.h])
+        FC_SDL_PROJECT([SDL_ttf], [TTF_OpenFont], [SDL_ttf.h])
       elif test "x$missing_project" = "x" ; then
         missing_project="SDL_gfx"
       fi
       if test "x$sdl_h_found" = "xyes" ; then
-        AC_CHECK_FT2([2.1.3], [freetype_found="yes"],[freetype_found="no"])
+        AC_CHECK_FT2([2.1.3], [freetype_found="yes"], [freetype_found="no"])
         if test "$freetype_found" = yes; then
          gui_sdl_cflags="$gui_sdl_cflags $FT2_CFLAGS"
          gui_sdl_libs="$gui_sdl_libs $FT2_LIBS"


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to