]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
GCC linker flags are -Wl, not -wl
authorAidan Van Dyk <aidan@ifax.com>
Mon, 5 Feb 2007 19:26:36 +0000 (19:26 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 5 Feb 2007 19:26:36 +0000 (19:26 +0000)
configure

index 636dd7d53a6fd0cff94d274109b8bc0afbf04a4b..4a87b1bf04f928cc0ea0b69c94d3432432d6b1e0 100755 (executable)
--- a/configure
+++ b/configure
@@ -3447,7 +3447,7 @@ if [ "$DSO" = auto ]; then
        LIBFAXSERVER='-L${FAXD} -lfaxserver'
        # options here are passed directly to ld, not through g++ first
        if [ ${ISGCC} = "yes" ] ; then
-           DSOOPTS='-shared -wl,-G,-h,$@'
+           DSOOPTS='-shared -Wl,-G,-h,$@'
            LLDOPTS='-L${UTIL} -L${FAXD} -R${LIBDIR} -lfaxutil -lstdc++'
            GCOPTS="${GCOPTS} -fpic"
            GCXXOPTS="${GCXXOPTS} -fpic"