--- configure.in.orig 2007-11-05 12:58:20.000000000 +0100 +++ configure.in 2009-04-24 13:20:01.000000000 +0200 @@ -191,7 +191,8 @@ $ac_includes_default /* cairo headers */ #include -USNG_EOF) +USNG_EOF +) AC_SUBST(CAIRO_FLAGS) AC_SUBST(CAIRO_LIBS) @@ -203,7 +204,8 @@ /* libxml2 headers */ #include #include -USNG_EOF) +USNG_EOF +) AC_SUBST(XML_FLAGS) AC_SUBST(XML_LIBS) @@ -219,7 +221,8 @@ /* other SDL headers */ #include #include -USNG_EOF) +USNG_EOF +) AC_SUBST(SDL_FLAGS) AC_SUBST(SDL_LIBS) @@ -230,7 +233,8 @@ $ac_includes_default /* pango cairo headers */ #include -USNG_EOF) +USNG_EOF +) AC_SUBST(PANGOCAIRO_FLAGS) AC_SUBST(PANGOCAIRO_LIBS) @@ -364,7 +368,8 @@ /* video headers */ #define USE_GSTREAMER_VIDEO 1 #include - USNG_EOF) + USNG_EOF + ) ;; xine*) VIDEO_FLAGS=`xine-config --cflags` @@ -374,7 +379,8 @@ /* video headers */ #define USE_LIBXINE_VIDEO 1 #include - USNG_EOF) + USNG_EOF + ) ;; smpeg*) VIDEO_FLAGS="" @@ -384,7 +390,8 @@ /* video headers */ #define USE_SMPEG 1 #include - USNG_EOF) + USNG_EOF + ) ;; no*) ;; @@ -428,7 +435,8 @@ /* video headers */ #define USE_LIBXINE_AUDIO 1 #include - USNG_EOF) + USNG_EOF + ) ;; gstreamer*) AUDIO_FLAGS=`pkg-config --cflags gstreamer-0.10` @@ -438,7 +446,8 @@ /* video headers */ #define USE_GSTREAMER_AUDIO 1 #include - USNG_EOF) + USNG_EOF + ) ;; no*) AC_MSG_ERROR("I'm sure you wish audio in this game please install eather xine or gstreamer") @@ -485,7 +494,8 @@ #define USE_LIBRSVG 1 #include #include - USNG_EOF) + USNG_EOF + ) ;; cairo*) SVG_FLAGS=`pkg-config --cflags libsvg-cairo` @@ -496,7 +506,8 @@ #define USE_LIBSVG_CAIRO 1 #include #include - USNG_EOF) + USNG_EOF + ) ;; no*) AC_MSG_ERROR("Ultrstar-ng doesn't support non svg rendering please install eather cairo-svg or librsvg") @@ -513,7 +524,8 @@ $ac_includes_default /* graphic driver */ #define USE_SDL 1 - USNG_EOF) + USNG_EOF + ) ;; opengl*) GL_LIBS="-lGL -lGLU" @@ -522,7 +534,8 @@ /* graphic driver */ #define USE_OPENGL 1 #include - USNG_EOF) + USNG_EOF + ) ;; esac