From: Bruno Haible Date: Wed, 7 Mar 2001 14:35:42 +0000 (+0000) Subject: Remove spurious ^M. X-Git-Tag: v0.10.36~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbbf86312731a18dc75342de71045fd246a0e8a;p=thirdparty%2Fgettext.git Remove spurious ^M. --- diff --git a/ltmain.sh b/ltmain.sh index 766732da8..12abf87a5 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -2623,7 +2623,7 @@ static const void *lt_preloaded_setup() { # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;