Home | History | Annotate | Download | only in patches
      1 --- configure.in.old	2007-02-15 13:59:41.872687000 +0800
      2 +++ configure.in	2007-02-15 13:58:54.165435000 +0800
      3 @@ -58,6 +58,7 @@
      4  AC_C_INLINE
      5  AM_PROG_LEX
      6  AC_PROG_YACC
      7 +AC_PROG_AWK
      8  case $YACC in
      9  *yacc*)
     10  	AC_MSG_ERROR(You need bison to build Evolution)
     11 @@ -1583,7 +1584,7 @@
     12  		# Get the version of the DBus API, so we can hack around API changes until the API stabilises:
     13  		# multiply by 1000 to convert decimal to integer; so e.g. 0.31 become 310
     14  		# since preprocessor values must be integral
     15 -		DBUS_VERSION="`$PKG_CONFIG --modversion dbus-1 | awk '{print 1000 * $1}'`"
     16 +		DBUS_VERSION="`$PKG_CONFIG --modversion dbus-1 | $AWK '{print 1000 * $1}'`"
     17  		AC_SUBST(DBUS_VERSION)
     18  	else
     19  		plugins_enabled=`echo $plugins_enabled | sed -e "s/new-mail-notify//g"`
     20