freebsd-ports/textproc/google-ctemplate/files/patch-configure
2009-02-03 02:07:28 +00:00

27 lines
682 B
Text

--- configure.orig 2009-02-03 09:31:04.000000000 +0800
+++ configure 2009-02-03 09:31:37.000000000 +0800
@@ -21992,20 +21992,20 @@
-if test "$ac_cv___attribute__" == "yes"; then
+if test "$ac_cv___attribute__" = "yes"; then
ac_google_attribute=1
else
ac_google_attribute=0
fi
-if test "$ac_cv_type_u_int64_t" == "yes"; then
+if test "$ac_cv_type_u_int64_t" = "yes"; then
ac_cv_uint64=u_int64_t
-elif test "$ac_cv_type_uint64_t" == "yes"; then
+elif test "$ac_cv_type_uint64_t" = "yes"; then
ac_cv_uint64=uint64_t
-elif test "$ac_cv_type___int64" == "yes"; then
+elif test "$ac_cv_type___int64" = "yes"; then
ac_cv_uint64=unsigned __int64
else