Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
aec0bd3d
Commit
aec0bd3d
authored
May 12, 2000
by
Michael Graff
Browse files
add -D_THREAD_SAFE for AIX
parent
a5cf3cf6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
aec0bd3d
This diff is collapsed.
Click to expand it.
configure.in
View file @
aec0bd3d
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.13
1
$)
AC_REVISION($Revision: 1.13
2
$)
AC_PREREQ(2.13)
...
...
@@ -380,6 +380,9 @@ if test "X$GCC" = "Xyes"; then
*-solaris*)
LIBS="$LIBS -lthread"
;;
*-ibm-aix*)
STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
;;
esac
else
case "$host" in
...
...
@@ -399,6 +402,9 @@ else
*-sgi-irix*)
STD_CWARNINGS="-fullwarn"
;;
*-ibm-aix*)
STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
;;
esac
fi
AC_SUBST(MKDEPCC)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment