diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:30:11 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:30:11 +0200 |
commit | daeceff217f3c5214b80a4645bfa0c0e03eeab04 (patch) | |
tree | 9c9d2f5df2402cd4748d4655856257e73415523e /source3 | |
parent | 45f97c4614e9fe7d4828eb47e32ebe0ba03893b5 (diff) | |
download | samba-daeceff217f3c5214b80a4645bfa0c0e03eeab04.tar.gz samba-daeceff217f3c5214b80a4645bfa0c0e03eeab04.tar.bz2 samba-daeceff217f3c5214b80a4645bfa0c0e03eeab04.zip |
Fix typo.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 29209fd835..d65d28d0b7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -350,7 +350,7 @@ AC_CACHE_CHECK([that the C compiler understands negative enum values],samba_cv_C ], 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 --unit-enums for pidl]) + AC_MSG_WARN([using --uint-enums for pidl]) PIDL_ARGS="$PIDL_ARGS --uint-enums" fi |