Fixed a typo.

This commit is contained in:
Ward Fisher 2015-11-03 10:37:42 -07:00
parent 3c0a487674
commit da44a0bf25

View File

@ -1077,7 +1077,7 @@ AC_MSG_CHECKING([if libtool needs -no-undefined flag to build shared libraries])
case "`uname`" in
CYGWIN*|MINGW*|AIX*)
## Add in the -no-undefined flag to LDFLAGS for libtool.
AC_MSG_RESULT([ues])
AC_MSG_RESULT([yes])
NOUNDEFINED=" -no-undefined"
;;
*)