From 671993eb728bc7deb48ebb02d2532766d0deadf7 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 6 Oct 2008 12:58:45 +0000 Subject: [PATCH] fixed bug in poppler #ifdef --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 9286eb3..02c64b9 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AC_ARG_WITH([poppler], [ --with-poppler use poppler instead of internal xpdf (currently broken)], [USE_POPPLER=true]) PACKAGE=swftools -VERSION=2008-07-11-0020 +VERSION=2008-09-22-1956 # ------------------------------------------------------------------ @@ -532,14 +532,14 @@ AH_BOTTOM([ #endif #endif -#endif // __config_h__ -]) - #ifdef HAVE_POPPLER #define GString GooString #define GHash GooHash #endif +#endif // __config_h__ +]) + if test -f "release.in"; then release_in="./release"; fi FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile pdf2swf/fonts/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile" -- 1.7.10.4