punctuation correction in configure.ac

pull/98/head
John Safranek 2018-09-13 14:16:08 -07:00
parent 3c7c6db8a8
commit f8f3d125b6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ AC_CHECK_SIZEOF([long])
# Check headers/libs
AC_CHECK_FUNCS([gethostbyname getaddrinfo gettimeofday inet_ntoa memset socket])
AC_CHECK_LIB([network],[socket])
AC_CHECK_LIB([wolfssl],[wolfCrypt_Init],,[AC_MSG_ERROR([libwolfssl is required for ${PACKAGE}, It can be obtained from https://www.wolfssl.com/download.html/])])
AC_CHECK_LIB([wolfssl],[wolfCrypt_Init],,[AC_MSG_ERROR([libwolfssl is required for ${PACKAGE}. It can be obtained from https://www.wolfssl.com/download.html/ .])])
# DEBUG
DEBUG_CFLAGS="-g -O0"