fixed the --without-aa option I added lately.

2003-07-25  Sven Neumann  <sven@gimp.org>

	* configure.in: fixed the --without-aa option I added lately.
This commit is contained in:
Sven Neumann 2003-07-24 22:43:05 +00:00 committed by Sven Neumann
parent 198e74fb15
commit 97cae0fb02
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-07-25 Sven Neumann <sven@gimp.org>
* configure.in: fixed the --without-aa option I added lately.
2003-07-24 Maurits Rijk <lpeek.mrijk@consunet.nl>
* libgimp/gimpmiscui.c (gimp_fixme_preview_do_row): minor optimisations
@ -29,7 +33,6 @@
Selection" and added "Edit/Stroke Active Path". Added some missing
mnemonics to the "Edit" menu.
>>>>>>> 1.6017
2003-07-24 Sven Neumann <sven@gimp.org>
* app/tools/gimptexttool.c (gimp_text_tool_create_vectors): set

View File

@ -852,7 +852,7 @@ fi
AC_ARG_WITH(aa, [ --without-aa do not build the AA plug-in])
if x$with_aa != xno test -z "$LIBAA"; then
if test x$with_aa != xno && test -z "$LIBAA"; then
AC_CHECK_LIB(aa, aa_printf,
[AC_CHECK_HEADER(aalib.h,
AA='aa'; LIBAA='-laa',