r18814: diable immediate structs for now until we completely build with them again
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Sep 2006 05:46:03 +0000 (05:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:01:03 +0000 (12:01 -0500)
metze
(This used to be commit 5b8eb441a3332fbec4d105670ceea1978903a26a)

source3/configure.in

index 624587573a08a92e5e03c8c24961df33e5484d7e..1efdaad257f7b6ccc51ba46417fa8608b7a94411 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;   
-   struct {
+   static struct {
        FOOBAR y; 
        } f2[] = {
                {FOO_ONE}