Fix typo in comment (libary -> library)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-10-07 14:28:36 +00:00
commit b19ba03ff1

View file

@ -221,7 +221,7 @@ then
fi
AC_MSG_RESULT($LINKFORSHARED)
# This variation is needed on OS-X because there is no (apparent) consistency in shared libary naming.
# This variation is needed on OS-X because there is no (apparent) consistency in shared library naming.
# Sometimes .bundle works, but sometimes .so is needed. It depends on the target language
AC_SUBST(PYTHON_SO)