r18856: fixed HAVE_IMMEDIATE_STRUCTURES and thus checking of NTSTATUS/BOOL
authorAndrew Tridgell <tridge@samba.org>
Sat, 23 Sep 2006 21:29:51 +0000 (21:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:01:05 +0000 (12:01 -0500)
mixups
(This used to be commit 21a458ab9d132e09b9b00e4dbb32af4275b7c2fb)

source3/configure.in

index b9852ce979aaf5e1e404bdebacec0a9236ea4dee..d6f658913e162f79a9c617caf2b245f6fef176ea 100644 (file)
@@ -1001,7 +1001,7 @@ AC_CACHE_CHECK([for immediate structures],samba_cv_immediate_structures, [
    #define X_FOOBAR(x) ((FOOBAR) { x })
    #define FOO_ONE X_FOOBAR(1)
    FOOBAR f = FOO_ONE;   
-   static struct {
+   struct {
        FOOBAR y; 
        } f2[] = {
                {FOO_ONE}