detect X11 imlib separately.
detect X11 imlib separately.
This commit is contained in:
parent
b390ef0b7d
commit
a96c54cd25
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@ AM_PATH_ESD(,have_libesd=yes,
|
||||||
[AC_MSG_WARN([*** \`esd-manager' will not be built ***])])
|
[AC_MSG_WARN([*** \`esd-manager' will not be built ***])])
|
||||||
AM_CONDITIONAL(HAVE_LIBESD, test yes = $have_libesd)
|
AM_CONDITIONAL(HAVE_LIBESD, test yes = $have_libesd)
|
||||||
|
|
||||||
|
AM_PATH_IMLIB(1.8.2, , [
|
||||||
|
echo "ERROR: Needs a system with Imlib 1.8.2 or higher"
|
||||||
|
echo "You can obtain it from:"
|
||||||
|
echo "ftp://ftp.enlightenment.org/pub/enlightenment/"
|
||||||
|
echo "ftp://www.rasterman.com/pub/enlightenment/"
|
||||||
|
echo "ftp://ftp.labs.redhat.com/pub/imlib/"
|
||||||
|
AC_MSG_ERROR([Fatal Error: no Imlib detected.])])
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue