diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-06-14 18:54:13 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-06-14 18:54:13 +0000 |
commit | 7c97366c65ce0378b601addbbe8bb9cb246f5300 (patch) | |
tree | 99653c6de9e1a02b08131c06d3bef427d552dc27 | |
parent | bc8d25d01e146da93a2bba748c7eae818b9c64e4 (diff) | |
download | vte-7c97366c65ce0378b601addbbe8bb9cb246f5300.tar.gz |
subst PYGTK_DATADIRvte_0_3_30
* configure.in: subst PYGTK_DATADIR
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 46de73ca..286ca4f5 100644 --- a/configure.in +++ b/configure.in @@ -72,7 +72,7 @@ if pkg-config --exists pygtk-2.0 ; then AC_MSG_RESULT([found]) PKG_CHECK_MODULES(PYGTK,[pygtk-2.0]) PYGTK_DATADIR=`pkg-config --variable=datadir pygtk-2.0` - AC_SUBST(PYGTK_DATA) + AC_SUBST(PYGTK_DATADIR) AM_PATH_PYTHON AC_MSG_CHECKING(for python >= 2.2) prog=" |