[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] CVS: xine-lib configure.ac,1.308,1.309
From:       Stephen Torri <storri () users ! sourceforge ! net>
Date:       2005-01-29 23:17:54
Message-ID: E1Cv1qk-0001JK-UK () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/xine/xine-lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4728

Modified Files:
	configure.ac 
Log Message:

Add ability to disable checks for aalib if they are not required.
The present behavior of checking for aalib will proceed if this flag
is not given.


Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/xine-lib/configure.ac,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- configure.ac	14 Jan 2005 15:24:07 -0000	1.308
+++ configure.ac	29 Jan 2005 23:17:52 -0000	1.309
@@ -703,9 +703,16 @@
 dnl Checks for Ascii-Art library
 dnl ---------------------------------------------
 
+AC_ARG_ENABLE(aalib,
+	AC_HELP_STRING([--disable-aalib], [do not build aalib]),
+		disable_aalib=yes,
+		disable_aalib=no)
+
+if test x$disable_aalib = "xno"; then
 AM_PATH_AALIB(1.4,, AC_MSG_RESULT([*** All of AALIB dependent parts will be disabled ***]))
-AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes")
+fi
 
+AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes")
 
 dnl ---------------------------------------------
 dnl Checks for Color AsCii Art library



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic