]> err.no Git - varnish/commitdiff
Make this compile under OS/X 10.5 Leopard
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 10 Jun 2008 13:29:08 +0000 (13:29 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 10 Jun 2008 13:29:08 +0000 (13:29 +0000)
Submitted by: peter
Closes: 245
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2660 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index 9e2d64640f9ea4096fc9849470da1133f432405a..e8dbda43d65b4cd2d2286339199d12422db786a5 100644 (file)
@@ -687,7 +687,7 @@ static const struct parspec parspec[] = {
                MUST_RELOAD,
 #ifdef __APPLE__
                "exec cc -dynamiclib -Wl,-undefined,dynamic_lookup -o %o %s"
-#elseif defined(__SOLARIS__)
+#elif defined(__SOLARIS__)
                "exec cc -shared -fpic -c %o %s"
 #else /* default: GCC on Linux & FreeBSD */
                "exec cc -fpic -shared -Wl,-x -o %o %s"