STABLE14-fix-missing-config-quote-20040826

fix missing quote and CPPFLAGS from last commit


(cherry picked from commit 33460d3571)
This commit is contained in:
Jim Rees 2004-10-09 06:05:06 +00:00 committed by Derrick Brashear
parent 8be53266e7
commit e4ed372349

View File

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