summaryrefslogtreecommitdiffstats
path: root/projects/sample/autoconf/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/autoconf/ltmain.sh')
-rw-r--r--projects/sample/autoconf/ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/autoconf/ltmain.sh b/projects/sample/autoconf/ltmain.sh
index 06823e0..2455278 100644
--- a/projects/sample/autoconf/ltmain.sh
+++ b/projects/sample/autoconf/ltmain.sh
@@ -4668,7 +4668,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 -DFREEBSD_WORKAROUND";;