Fix the AC_CHECK_PLUGIN_SUPPORT configure macro so that it matches FreeBSD-1.*
instead of FreeBSD-1*, which fixes building with plugins on FreeBSD-10. Also a similar fix for the FreeBSD-2.* case. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@217 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
14
configure
vendored
14
configure
vendored
@@ -14756,15 +14756,12 @@ echo "${ECHO_T}$ac_cv_system_version" >&6
|
||||
SHLIB_LD="ld -shared"
|
||||
fi
|
||||
;;
|
||||
FreeBSD-1*)
|
||||
FreeBSD-1.*)
|
||||
{ { echo "$as_me:$LINENO: error: sorry" >&5
|
||||
echo "$as_me: error: sorry" >&2;}
|
||||
{ (exit no plugins on $ac_cv_system_version); exit no plugins on $ac_cv_system_version; }; }
|
||||
;;
|
||||
FreeBSD-2.2*)
|
||||
SHLIB_LD="ld -Bshareable"
|
||||
;;
|
||||
FreeBSD-2*)
|
||||
FreeBSD-2.*)
|
||||
SHLIB_LD="ld -Bshareable"
|
||||
;;
|
||||
FreeBSD*)
|
||||
@@ -16242,15 +16239,12 @@ echo "${ECHO_T}$ac_cv_system_version" >&6
|
||||
SHLIB_LD="ld -shared"
|
||||
fi
|
||||
;;
|
||||
FreeBSD-1*)
|
||||
FreeBSD-1.*)
|
||||
{ { echo "$as_me:$LINENO: error: sorry" >&5
|
||||
echo "$as_me: error: sorry" >&2;}
|
||||
{ (exit no plugins on $ac_cv_system_version); exit no plugins on $ac_cv_system_version; }; }
|
||||
;;
|
||||
FreeBSD-2.2*)
|
||||
SHLIB_LD="ld -Bshareable"
|
||||
;;
|
||||
FreeBSD-2*)
|
||||
FreeBSD-2.*)
|
||||
SHLIB_LD="ld -Bshareable"
|
||||
;;
|
||||
FreeBSD*)
|
||||
|
||||
Reference in New Issue
Block a user