diff options
author | David Tardon <dtardon@redhat.com> | 2013-12-01 09:02:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-12-01 09:02:18 +0100 |
commit | 0f4be588622379388650d8fc451829d17d16a7bf (patch) | |
tree | 28357734bff5209f9b7270d23b730d0f01201fae /configure.ac | |
parent | fc65f952d794c96c630842f61b1c9a22c4bb23ec (diff) |
upload libeot-0.01
Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 68a875082f13..dce1142df2db 100644 --- a/configure.ac +++ b/configure.ac @@ -7712,28 +7712,12 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_eot" = "yes"; then AC_DEFINE([ENABLE_EOT]) AC_MSG_RESULT([yes]) - AC_MSG_CHECKING([which libeot to use]) - if test "$with_system_libeot" = "yes"; then - AC_MSG_RESULT([external]) - SYSTEM_LIBEOT=YES - AC_CHECK_HEADER([libeot.h], [], - [AC_MSG_ERROR([libeot.h not found. install libeot])], []) - AC_CHECK_LIB([libeot], [eot2ttf_file], [:], - [AC_MSG_RESULT([libeot library not found or functional.])], []) - libo_MINGW_CHECK_DLL([libeot]) - else - AC_MSG_RESULT([internal]) - SYSTEM_LIBEOT=NO - BUILD_TYPE="$BUILD_TYPE LIBEOT" - fi + libo_CHECK_SYSTEM_MODULE([libeot],[LIBEOT],[libeot >= 0.01]) else ENABLE_EOT= AC_MSG_RESULT([no]) fi AC_SUBST([ENABLE_EOT]) -AC_SUBST([SYSTEM_LIBEOT]) -AC_SUBST([LIBEOT_CFLAGS]) -AC_SUBST([LIBEOT_LIBS]) dnl =================================================================== dnl Check for system libe-book |