Changeset 550 for scrubbery

Show
Ignore:
Timestamp:
03/21/08 05:19:42 (5 months ago)
Author:
conrad
Message:

update configure.ac to not try to use evas-config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scrubbery/trunk/config.h.in

    r354 r550  
    142142/* If using the C implementation of alloca, define if you know the 
    143143   direction of stack growth for your system; otherwise it will be 
    144    automatically deduced at run-time. 
     144   automatically deduced at runtime. 
    145145        STACK_DIRECTION > 0 => grows toward higher addresses 
    146146        STACK_DIRECTION < 0 => grows toward lower addresses 
  • scrubbery/trunk/configure.ac

    r354 r550  
    9797fi 
    9898 
    99 if test "x$HAVE_EVAS" = "xyes"; then 
    100   EVAS_CFLAGS=`evas-config --cflags` 
    101   AC_SUBST(EVAS_CFLAGS) 
    102   EVAS_LIBS=`evas-config --libs` 
    103   AC_SUBST(EVAS_LIBS) 
    104 else 
    105   AC_MSG_ERROR([ 
    106 *** 
    107 *** Evas 1.0 development library is not installed 
    108 *** 
    109 ]) 
    110 fi 
    111  
    11299GTK2_TARGETS="" 
    113100