From: Jim Rees Date: Sat, 9 Oct 2004 06:05:06 +0000 (+0000) Subject: STABLE14-fix-missing-config-quote-20040826 X-Git-Tag: openafs-devel-1_3_72~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e4ed3723499a12e939a08bcf6084a7df953116eb;p=packages%2Fo%2Fopenafs.git STABLE14-fix-missing-config-quote-20040826 fix missing quote and CPPFLAGS from last commit (cherry picked from commit 33460d3571b0faf4ca394aa6f7f4980b20942895) --- diff --git a/src/cf/linux-test3.m4 b/src/cf/linux-test3.m4 index 22d5b68a7..d72f8e79c 100644 --- a/src/cf/linux-test3.m4 +++ b/src/cf/linux-test3.m4 @@ -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"])