summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-13 12:12:27 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-13 12:12:27 +0000
commit4952c3dea9a35ec855b68eafc94c2e50fc0aff8d (patch)
tree83c3daf50d2787abcca7f818e8c416a08abf4755
parentae3ee40992a6bdeee10a12fc87d58549b1f46fe1 (diff)
downloadneon-4952c3dea9a35ec855b68eafc94c2e50fc0aff8d.tar.gz
* macros/neon.m4: Don't ABI-tag LFS builds.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.29.x@1735 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--macros/neon.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index f1ce911..a7f1258 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -510,7 +510,6 @@ fi
if test "$NE_FLAG_LFS" = "yes"; then
AC_DEFINE_UNQUOTED([NE_FMT_NE_OFF_T], [NE_FMT_OFF64_T],
[Define to be printf format string for ne_off_t])
- NE_ADD_ABITAG(LFS)
else
AC_DEFINE_UNQUOTED([NE_FMT_NE_OFF_T], [NE_FMT_OFF_T])
fi