Browse Source

Merge pull request #959 from vfreex/fix-configure-enable-system-shared-lib

Fix broken `configure --enable-system-shared-lib`
pull/961/merge
Max Lv 8 years ago
committed by GitHub
parent
commit
28a61096f3
1 changed files with 0 additions and 1 deletions
  1. 1
      configure.ac

1
configure.ac

@ -63,7 +63,6 @@ AM_COND_IF([ENABLE_DOCUMENTATION], [
AC_PATH_PROG([XMLTO], [xmlto])
test x"$XMLTO" != x || AC_MSG_ERROR([Cannot find `xmlto` in PATH.])
AC_PATH_PROG([GZIP], [gzip], [gzip])
AC_PATH_PROG([RM], [rm], [rm])
AC_PATH_PROG([MV], [mv], [mv])
AC_PROG_SED
])

Loading…
Cancel
Save