diff options
Diffstat (limited to 'textproc/google-ctemplate/files/patch-configure')
-rw-r--r-- | textproc/google-ctemplate/files/patch-configure | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/textproc/google-ctemplate/files/patch-configure b/textproc/google-ctemplate/files/patch-configure deleted file mode 100644 index 806c3242590e..000000000000 --- a/textproc/google-ctemplate/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- 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 |