mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
Removed three checks for po4a (patching issue)
This commit is contained in:
parent
b449761a8b
commit
001526a67b
42
configure.ac
42
configure.ac
@ -189,48 +189,6 @@ else
|
||||
POSTATUS="no, disabled by configure"
|
||||
fi
|
||||
|
||||
dnl Check for po4a binary
|
||||
AC_MSG_CHECKING(for support po4a)
|
||||
if test x$wantpo4a = xyes ; then
|
||||
AC_CHECK_PROGS([PO4A], [po4a])
|
||||
AM_CONDITIONAL(HAS_PO4A, test $PO4A)
|
||||
if test $PO4A ; then
|
||||
AC_DEFINE([HAS_PO4A], [TRUE], [Enabled PO4A (localization support for manpages)])
|
||||
AC_MSG_RESULT(yes)
|
||||
POSTATUS="yes, path: `which $PO4A`"
|
||||
else
|
||||
AC_DEFINE([HAS_PO4A], [FALSE], [Disabled PO4A (localization support for manpages)])
|
||||
AC_MSG_RESULT(no, po4a binary missing)
|
||||
POSTATUS="no, missing po4a binary"
|
||||
fi
|
||||
else
|
||||
AM_CONDITIONAL(HAS_PO4A, test $PO4A)
|
||||
AC_DEFINE([HAS_PO4A], [FALSE], [Not specified at configure line])
|
||||
AC_MSG_RESULT(not requested by configure)
|
||||
POSTATUS="no, disabled by configure"
|
||||
fi
|
||||
|
||||
dnl Check for po4a binary
|
||||
AC_MSG_CHECKING(for support po4a)
|
||||
if test x$wantpo4a = xyes ; then
|
||||
AC_CHECK_PROGS([PO4A], [po4a])
|
||||
AM_CONDITIONAL(HAS_PO4A, test $PO4A)
|
||||
if test $PO4A ; then
|
||||
AC_DEFINE([HAS_PO4A], [TRUE], [Enabled PO4A (localization support for manpages)])
|
||||
AC_MSG_RESULT(yes)
|
||||
POSTATUS="yes, path: `which $PO4A`"
|
||||
else
|
||||
AC_DEFINE([HAS_PO4A], [FALSE], [Disabled PO4A (localization support for manpages)])
|
||||
AC_MSG_RESULT(no, po4a binary missing)
|
||||
POSTATUS="no, missing po4a binary"
|
||||
fi
|
||||
else
|
||||
AM_CONDITIONAL(HAS_PO4A, test $PO4A)
|
||||
AC_DEFINE([HAS_PO4A], [FALSE], [Not specified at configure line])
|
||||
AC_MSG_RESULT(not requested by configure)
|
||||
POSTATUS="no, disabled by configure"
|
||||
fi
|
||||
|
||||
dnl Check for doxygen support
|
||||
AC_MSG_CHECKING(for support Doxygen)
|
||||
if test x$wantdoxygen = xyes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user