configure.ac: Whoops, typo error :)

Original commit message from CVS:
* configure.ac:
Whoops, typo error :)
This commit is contained in:
Edward Hervey 2006-08-21 12:55:37 +00:00
parent ca806c5417
commit 721bbf37c4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-08-21 Edward Hervey <edward@fluendo.com>
* configure.ac:
Whoops, typo error :)
2006-08-21 Edward Hervey <edward@fluendo.com>
* configure.ac:

View file

@ -215,7 +215,7 @@ if test "x$HAVE_PYGOBJECT" = "xno"; then
dnl check for pygtk
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= $PYGTK_REQ)
AC_SUBST(PYGTK_CFLAGS)
PYGOBJET_CFLAGS="\$(PYGTK_CFLAGS)"
PYGOBJECT_CFLAGS="\$(PYGTK_CFLAGS)"
fi
AC_SUBST(PYGOBJECT_CFLAGS)