Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two underscores.
authorJeremy Allison <jra@samba.org>
Wed, 18 Aug 2010 23:25:15 +0000 (16:25 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 18 Aug 2010 23:25:15 +0000 (16:25 -0700)
Noticed by bj@sernet.de.

source3/configure.in

index 627ec7f2349694b41229f1ce8907d085ce02ee84..5156159aa1a7e6f357f3ee8896c34b371e871a86 100644 (file)
@@ -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"