diff options
| author | Yaakov Selkowitz <[email protected]> | 2012-12-17 23:12:45 -0600 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-01-22 14:10:38 +0100 | 
| commit | 5ea74cc02940954e696894c60139edc5f25380ae (patch) | |
| tree | c76cc25582e99b2ee8c580f3c3c5930cf3d8ae6f | |
| parent | d63756bd11b097f11f115d5477110893b7ee16a2 (diff) | |
| download | python-caja-5ea74cc02940954e696894c60139edc5f25380ae.tar.bz2 python-caja-5ea74cc02940954e696894c60139edc5f25380ae.tar.xz | |
Fix m4 underquoting warning
| -rw-r--r-- | m4/python.m4 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/m4/python.m4 b/m4/python.m4 index 18685f1..c61a0d3 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -1,7 +1,7 @@  ## this one is commonly used with AM_PATH_PYTHONDIR ...  dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])  dnl Check if a module containing a given symbol is visible to python. -AC_DEFUN(AM_CHECK_PYMOD, +AC_DEFUN([AM_CHECK_PYMOD],  [AC_REQUIRE([AM_PATH_PYTHON])  py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`  AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1) | 
