From fb344ed1e87482d9eeb191bb848eb9ddc21b50c1 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 17 Sep 2001 21:59:19 +0000 Subject: aalib presence check changes: use aalib-config, then aainfo is it's not found, that should fix FreeBSD problem. CVS patchset: 653 CVS date: 2001/09/17 21:59:19 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a3efef431..601fc5c65 100644 --- a/configure.in +++ b/configure.in @@ -248,7 +248,7 @@ AM_CONDITIONAL(HAVE_XINERAMA, test x$ac_have_xinerama = "xyes") dnl dnl Checks for Ascii-Art library dnl -AM_PATH_AALIB(1.4,,) +AM_PATH_AALIB(1.2,,) AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes") -- cgit v1.2.3