Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast


Modified Files:
        ChangeLog libast.m4 libast.spec 


Log Message:
Thu Dec 22 18:29:54 2005                        Michael Jennings (mej)

Fixed auto-detection of Imlib2.  :-(
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- ChangeLog   1 Sep 2005 06:20:34 -0000       1.139
+++ ChangeLog   22 Dec 2005 23:28:55 -0000      1.140
@@ -754,3 +754,7 @@
 
 Additional quoting for libast.m4.
 ----------------------------------------------------------------------
+Thu Dec 22 18:29:54 2005                        Michael Jennings (mej)
+
+Fixed auto-detection of Imlib2.  :-(
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/libast.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- libast.m4   1 Sep 2005 06:20:34 -0000       1.13
+++ libast.m4   22 Dec 2005 23:28:55 -0000      1.14
@@ -1,6 +1,6 @@
 dnl#####################################################################
 dnl# Autoconf m4 macros for LibAST
-dnl# $Id: libast.m4,v 1.13 2005/09/01 06:20:34 mej Exp $
+dnl# $Id: libast.m4,v 1.14 2005/12/22 23:28:55 mej Exp $
 dnl#####################################################################
 
 dnl#
@@ -202,6 +202,8 @@
             if test "x$IMLIB2_CONFIG" != "x"; then
                 GRLIBS="`$IMLIB2_CONFIG --libs`"
                 CFLAGS="$CFLAGS `$IMLIB2_CONFIG --cflags`"
+                AC_DEFINE([LIBAST_IMLIB2_SUPPORT], [1], [Define for Imlib2 
support.])
+                LIBAST_IMLIB2_SUPPORT="Imlib2"
             else
                 AC_CHECK_LIB(m, pow, LIBS="-lm $LIBS")
                 AC_CHECK_LIB(dl, dlopen, LIBS="-ldl $LIBS")
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/libast.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- libast.spec 7 Jun 2005 20:32:37 -0000       1.21
+++ libast.spec 22 Dec 2005 23:28:55 -0000      1.22
@@ -1,6 +1,6 @@
 %define __os_install_post /usr/lib/rpm/brp-compress
 %if %{?optflags:1}0
-%define optflags ${RPM_OPT_FLAGS}
+%define optflags ${RPM_OPT_FLAGS:--O0 -g3}
 %endif
 
 Summary: Library of Assorted Spiffy Things
@@ -28,7 +28,6 @@
 %setup -q
 
 %build
-#CFLAGS="-O0 -g3"
 CFLAGS="%{optflags}"
 export CFLAGS
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to