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:

committed by
Sven Neumann

parent
198e74fb15
commit
97cae0fb02
@ -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>
|
2003-07-24 Maurits Rijk <lpeek.mrijk@consunet.nl>
|
||||||
|
|
||||||
* libgimp/gimpmiscui.c (gimp_fixme_preview_do_row): minor optimisations
|
* libgimp/gimpmiscui.c (gimp_fixme_preview_do_row): minor optimisations
|
||||||
@ -29,7 +33,6 @@
|
|||||||
Selection" and added "Edit/Stroke Active Path". Added some missing
|
Selection" and added "Edit/Stroke Active Path". Added some missing
|
||||||
mnemonics to the "Edit" menu.
|
mnemonics to the "Edit" menu.
|
||||||
|
|
||||||
>>>>>>> 1.6017
|
|
||||||
2003-07-24 Sven Neumann <sven@gimp.org>
|
2003-07-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/tools/gimptexttool.c (gimp_text_tool_create_vectors): set
|
* app/tools/gimptexttool.c (gimp_text_tool_create_vectors): set
|
||||||
|
@ -852,7 +852,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
AC_ARG_WITH(aa, [ --without-aa do not build the AA plug-in])
|
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_LIB(aa, aa_printf,
|
||||||
[AC_CHECK_HEADER(aalib.h,
|
[AC_CHECK_HEADER(aalib.h,
|
||||||
AA='aa'; LIBAA='-laa',
|
AA='aa'; LIBAA='-laa',
|
||||||
|
Reference in New Issue
Block a user