From ebee4bb255dc44392b77b95caa50924a72535bf0 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 2 Jan 2006 17:43:06 +0000 Subject: [PATCH] cosmetic in comments git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8187 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index cee3354dc..3b65166ae 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -51,7 +51,7 @@ AC_CHECK_TYPES([bool]) AC_LANG_POP([C++]) -# Check for popen +# Check for functions AC_CHECK_FUNC(popen, AC_DEFINE(HAVE_POPEN, 1, [Define if popen is available])) # Set info about shared libraries.