diff options
Diffstat (limited to 'Build/source/libs/xpdf/configure.ac')
-rw-r--r-- | Build/source/libs/xpdf/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/libs/xpdf/configure.ac b/Build/source/libs/xpdf/configure.ac index a465d0f0276..24d82ee2e45 100644 --- a/Build/source/libs/xpdf/configure.ac +++ b/Build/source/libs/xpdf/configure.ac @@ -59,10 +59,6 @@ AC_CHECK_FUNCS([popen mkstemp mkstemps]) AC_SYS_LARGEFILE AC_FUNC_FSEEKO -dnl **** We need to use the same flags when building and using libxpdf.a - -KPSE_XPDF_SELF_FLAGS - AC_CONFIG_HEADERS([aconf.h], [sed -e 's/^#define PACKAGE/#define XPDF_PACKAGE/' \ -e 's/^#define VERSION/#define XPDF_VERSION/' aconf.h >aconf.tmp && mv -f aconf.tmp aconf.h]) |