Fix comment in configure.ac. This was causing a warning during

configuration.
This commit is contained in:
Richard Heck 2013-06-11 11:05:31 -04:00
parent 98936a3877
commit 34e3aa4ca2

View File

@ -162,7 +162,7 @@ AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_UID_T
// Taken from gettext
# Taken from gettext
AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
[AC_TRY_COMPILE([#include <stddef.h>
wchar_t foo = (wchar_t)'\0';], ,