]> git.puffer.fish Git - mirror/frr.git/commit
build: refuse non-working linking options 3358/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 19 Nov 2018 15:32:14 +0000 (16:32 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 19 Nov 2018 15:32:14 +0000 (16:32 +0100)
commit2cc4f280ed4ac8eb19d0acbf79db28256894ebd4
tree5356912621ebe4e86a648f8984d249ef417a58c6
parentfef6daf4da425621c4c2e67d7579d962f64f43f7
build: refuse non-working linking options

We only support:
* --enable-shared --disable-static --disable-static-bin
* --enable-shared --enable-static --disable-static-bin
* --enable-shared --enable-static --enable-static-bin

(The second option is not particularly useful.)

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac