summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-08-18 16:25:15 -0700
committerJeremy Allison <jra@samba.org>2010-08-18 16:25:15 -0700
commitda2554117e2d9dc4bde7d47d6e81d5d572ca1d02 (patch)
tree8a23385a50f832f39ab51c306b7435ec0471c1ff /source3/configure.in
parent34230608dfa7e9f4aa0c633e7a92df37ca94d28f (diff)
downloadsamba-da2554117e2d9dc4bde7d47d6e81d5d572ca1d02.tar.gz
samba-da2554117e2d9dc4bde7d47d6e81d5d572ca1d02.tar.bz2
samba-da2554117e2d9dc4bde7d47d6e81d5d572ca1d02.zip
Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two underscores.
Noticed by bj@sernet.de.
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 627ec7f234..5156159aa1 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -343,7 +343,7 @@ AC_CACHE_CHECK([that the C compiler understands negative enum values],samba_cv_C
return 0;
}
],
- samba_cv_CC_NEGATIVE_ENUM_VALUES=yes,samba_cv__CC_NEGATIVE_ENUM_VALUES=no)])
+ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes,samba_cv_CC_NEGATIVE_ENUM_VALUES=no)])
if test x"$samba_cv_CC_NEGATIVE_ENUM_VALUES" != x"yes"; then
AC_MSG_WARN([using --uint-enums for pidl])
PIDL_ARGS="$PIDL_ARGS --uint-enums"