diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 20:11:16 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 20:11:16 +0200 |
commit | 140feba6cb8e24c6be2c3353b27c192da70e18ed (patch) | |
tree | 4000310b4aa06026f275baa616746f10c2adacee | |
parent | 8720685a91816b4895a102adf70cd3bab80da95f (diff) | |
download | xine-lib-140feba6cb8e24c6be2c3353b27c192da70e18ed.tar.gz xine-lib-140feba6cb8e24c6be2c3353b27c192da70e18ed.tar.bz2 |
Don't check for sgmltools and fig2dev.
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index dcf89eeec..59c3b7e78 100644 --- a/configure.ac +++ b/configure.ac @@ -173,14 +173,6 @@ AC_CHECK_TOOL([STRINGS], [strings], [false]) PKG_PROG_PKG_CONFIG -dnl Check for documentation formatting tools -AC_CHECK_PROG([SGMLTOOLS], [sgmltools], [sgmltools], [no]) -AM_CONDITIONAL([HAVE_SGMLTOOLS], [test x"$SGMLTOOLS" != x"no"]) - -AC_CHECK_PROG([FIG2DEV], [fig2dev], [fig2dev], [no]) -AM_CONDITIONAL([HAVE_FIG2DEV], [test x"$FIG2DEV" != x"no"]) - - dnl libtool m4_undefine([AC_PROG_F77]) m4_defun([AC_PROG_F77],[]) |