Forgot to correctly initialize pkg-config check.

SVN revision: 37271
This commit is contained in:
Cedric BAIL 2008-10-28 13:30:39 +00:00
parent 7aa7a7adb2
commit 9244f9c42c
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG
WIN32_CFLAGS=""
lt_enable_auto_import=""
@ -42,7 +43,7 @@ esac
AC_SUBST(WIN32_CFLAGS)
AC_SUBST(lt_enable_auto_import)
PKG_CHECK_MODULES([EVAS], evas)
PKG_CHECK_MODULES([EVAS], [evas])
#######################################
## Simple X11 build/link