Skip to content

Commit

Permalink
warning: underquoted definition of AM_CHECK_PYMOD
Browse files Browse the repository at this point in the history
  • Loading branch information
perberos committed Nov 7, 2011
1 parent d124ed5 commit 11e023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/python.m4
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 11e023c

Please sign in to comment.