|
@@ -13,11 +13,11 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
|
src/configure.ac | 3 ++-
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
|
|
-Index: git/src/configure.ac
|
|
|
-===================================================================
|
|
|
---- git.orig/src/configure.ac
|
|
|
-+++ git/src/configure.ac
|
|
|
-@@ -3292,7 +3292,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h strin
|
|
|
+diff --git a/src/configure.ac b/src/configure.ac
|
|
|
+index cdb818519..dafb7d6ce 100644
|
|
|
+--- a/src/configure.ac
|
|
|
++++ b/src/configure.ac
|
|
|
+@@ -3400,7 +3400,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \
|
|
|
sys/systeminfo.h locale.h sys/stream.h termios.h \
|
|
|
libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
|
|
|
utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
|
|
@@ -26,7 +26,7 @@ Index: git/src/configure.ac
|
|
|
sys/access.h sys/sysinfo.h wchar.h wctype.h)
|
|
|
|
|
|
dnl sys/ptem.h depends on sys/stream.h on Solaris
|
|
|
-@@ -3974,6 +3974,7 @@ AC_ARG_ENABLE(acl,
|
|
|
+@@ -4137,6 +4137,7 @@ AC_ARG_ENABLE(acl,
|
|
|
, [enable_acl="yes"])
|
|
|
if test "$enable_acl" = "yes"; then
|
|
|
AC_MSG_RESULT(no)
|