[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jul 25 23:07:19 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a06b123d4bc983e431a20a8b88ec4dfdf50c1baa
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Jul 26 09:06:19 2011 +0300
Fix typo
diff --git a/configure.in b/configure.in
index 501983a..841e805 100755
--- a/configure.in
+++ b/configure.in
@@ -4392,7 +4392,7 @@ if test $enable_python = system; then
python_libs=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBS'));"`
python_libdir=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LIBDIR'));"`
if $PKG_CONFIG --exists python-$python_version; then
- PYTHON_CLAGS="`$PKG_CONFIG --cflags python-$python_version`"
+ PYTHON_CFLAGS="`$PKG_CONFIG --cflags python-$python_version`"
PYTHON_LIBS="`$PKG_CONFIG --libs python-$python_version`"
else
PYTHON_CFLAGS="-I$python_include"
More information about the Libreoffice-commits
mailing list