- Timestamp:
- 03/21/08 05:19:42 (5 months ago)
- Files:
-
- scrubbery/trunk/config.h.in (modified) (1 diff)
- scrubbery/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scrubbery/trunk/config.h.in
r354 r550 142 142 /* If using the C implementation of alloca, define if you know the 143 143 direction of stack growth for your system; otherwise it will be 144 automatically deduced at run -time.144 automatically deduced at runtime. 145 145 STACK_DIRECTION > 0 => grows toward higher addresses 146 146 STACK_DIRECTION < 0 => grows toward lower addresses scrubbery/trunk/configure.ac
r354 r550 97 97 fi 98 98 99 if test "x$HAVE_EVAS" = "xyes"; then100 EVAS_CFLAGS=`evas-config --cflags`101 AC_SUBST(EVAS_CFLAGS)102 EVAS_LIBS=`evas-config --libs`103 AC_SUBST(EVAS_LIBS)104 else105 AC_MSG_ERROR([106 ***107 *** Evas 1.0 development library is not installed108 ***109 ])110 fi111 112 99 GTK2_TARGETS="" 113 100
