r11481: Disable pre-linking on VMS
authorJelmer Vernooij <jelmer@samba.org>
Wed, 2 Nov 2005 19:31:04 +0000 (19:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:43 +0000 (13:45 -0500)
(This used to be commit 2b3ad67b5d53e8c63d81e9fe4ef237c5c927d595)

source4/build/m4/rewrite.m4

index 35eda9a3a798a726625fb5e98c05de7f501e3cf1..5d95fe287d68b1da2018df753ac531325e7cac4d 100644 (file)
@@ -258,6 +258,11 @@ case "$host_os" in
                LDSHFLAGS="-G"
                AC_DEFINE(STAT_ST_BLOCKSIZE,512)
                ;;
+       *-vms)
+               BLDMERGED="false"
+               BLDSHARED="false"
+               LDSHFLAGS=""
+               ;;
        *vos*) AC_DEFINE(STAT_ST_BLOCKSIZE,4096)
                BLDSHARED="false"
                BLDMERGED="false"