]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix LDFLAGS.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 14:22:46 +0000 (14:22 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 14:22:46 +0000 (14:22 +0000)
configure.in

index ca93cf3dcc02f611d6eb1cb19f4a2554f1f6b532..b294ceff8e9aacb7a28150f15e9245998172a402 100644 (file)
@@ -145,7 +145,7 @@ if test $ac_cv_c_compiler_gnu != no; then
        _gcc_cflags_save=$CFLAGS
        _gcc_ldflags_save=$LDFLAGS
        CFLAGS="-mms-bitfields"
-       LDFLAGS="--enable-runtime-pseudo-reloc"
+       LDFLAGS="--Wl,-enable-runtime-pseudo-reloc"
        AC_LINK_IFELSE(AC_LANG_PROGRAM([]),_gcc_mingw=yes,_gcc_mingw=no)
        AC_MSG_RESULT($_gcc_mingw)
        if test x"$_gcc_mingw" != xyes ; then