Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ffd6f926
Commit
ffd6f926
authored
May 16, 2005
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build fixes
parent
27c4182e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
configure.in
configure.in
+16
-16
No files found.
configure.in
View file @
ffd6f926
...
@@ -1374,20 +1374,20 @@ then
...
@@ -1374,20 +1374,20 @@ then
AC_MSG_CHECKING
(
"for gcc"
)
AC_MSG_CHECKING
(
"for gcc"
)
if
expr
"
$CC
"
:
".*gcc.*"
if
expr
"
$CC
"
:
".*gcc.*"
then
then
CC
=
"
$CC
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC
=
"
$CC
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX
=
"
$CXX
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX
=
"
$CXX
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
else
else
CC
=
"
$CC
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC
=
"
$CC
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX
=
"
$CXX
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX
=
"
$CXX
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
fi
fi
else
else
{
AC_MSG_ERROR
([
configure: error: Can
't find thread libs on SCO UnixWare7. See the Installation chapter in the Reference Manual.]) };
AC_MSG_ERROR
([
configure: error: Can
't find thread libs on SCO UnixWare7. See the Installation chapter in the Reference Manual.])
fi
fi
else
else
AC_MSG_RESULT("no")
AC_MSG_RESULT("no")
fi
fi
else
else
AC_MSG_ERROR([On SCO UNIX MySQL requires that the FSUThreads package is installed. See the Installation chapter in the Reference Manual.])
;
AC_MSG_ERROR([On SCO UNIX MySQL requires that the FSUThreads package is installed. See the Installation chapter in the Reference Manual.])
fi
fi
else
else
AC_MSG_RESULT("no")
AC_MSG_RESULT("no")
...
@@ -1419,15 +1419,15 @@ then
...
@@ -1419,15 +1419,15 @@ then
AC_MSG_CHECKING("for gcc")
AC_MSG_CHECKING("for gcc")
if expr "$CC" : ".*gcc.*"
if expr "$CC" : ".*gcc.*"
then
then
CC="$CC -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC="$CC -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX="$CXX -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX="$CXX -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
else
else
CC="$CC -Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC="$CC -Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX="$CXX -Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX="$CXX -Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
fi
fi
AC_MSG_RESULT("yes")
AC_MSG_RESULT("yes")
else
else
{ AC_MSG_ERROR([configure: error: Can'
t find thread libs on SCO UnixWare7. See the Installation chapter
in
the Reference Manual.]
)
}
;
AC_MSG_ERROR([configure: error: Can'
t find thread libs on SCO UnixWare7. See the Installation chapter
in
the Reference Manual.]
)
fi
fi
else
else
AC_MSG_RESULT
(
"no"
)
AC_MSG_RESULT
(
"no"
)
...
@@ -1462,15 +1462,15 @@ then
...
@@ -1462,15 +1462,15 @@ then
AC_MSG_CHECKING
(
"for gcc"
)
AC_MSG_CHECKING
(
"for gcc"
)
if
expr
"
$CC
"
:
".*gcc.*"
if
expr
"
$CC
"
:
".*gcc.*"
then
then
CC
=
"
$CC
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC
=
"
$CC
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX
=
"
$CXX
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX
=
"
$CXX
-pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
else
else
CC
=
"
$CC
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CC
=
"
$CC
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
CXX
=
"
$CXX
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
;
CXX
=
"
$CXX
-Kthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK"
fi
fi
AC_MSG_RESULT
(
"yes"
)
AC_MSG_RESULT
(
"yes"
)
else
else
{
AC_MSG_ERROR
([
configure: error: Can
't find thread libs on Caldera OpenUNIX 8. See the Installation chapter in the Reference Manual.]) };
AC_MSG_ERROR
([
configure: error: Can
't find thread libs on Caldera OpenUNIX 8. See the Installation chapter in the Reference Manual.])
fi
fi
else
else
AC_MSG_RESULT("no")
AC_MSG_RESULT("no")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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