fix-missing-config-quote-20040826

fix missing quote and CPPFLAGS from last commit
This commit is contained in:
Jim Rees 2004-08-26 19:14:37 +00:00
parent d05d58a816
commit 33460d3571

View File

@ -109,4 +109,5 @@ AC_TRY_COMPILE(
ac_cv_linux_kernel_sock_create_v=yes, ac_cv_linux_kernel_sock_create_v=yes,
ac_cv_linux_kernel_sock_create_v=no)]) ac_cv_linux_kernel_sock_create_v=no)])
AC_MSG_RESULT($ac_cv_linux_kernel_sock_create_v) AC_MSG_RESULT($ac_cv_linux_kernel_sock_create_v)
CPPFLAGS="$save_CPPFLAGS"])