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
18bb8de9
Commit
18bb8de9
authored
Jan 31, 2008
by
kent@kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into mysql.com:/home/kent/bk/build/mysql-5.0-build
parents
91a7720a
2e6c65dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
configure.in
configure.in
+9
-9
No files found.
configure.in
View file @
18bb8de9
...
@@ -216,7 +216,7 @@ CC_VERSION=`$CC --version | sed 1q`
...
@@ -216,7 +216,7 @@ CC_VERSION=`$CC --version | sed 1q`
esac
esac
if
test
$?
-eq
"0"
if
test
$?
-eq
"0"
then
then
AC_MSG_CHECKING
(
"C Compiler version"
)
;
AC_MSG_CHECKING
(
"C Compiler version"
)
AC_MSG_RESULT
(
"
$CC
$CC_VERSION
"
)
AC_MSG_RESULT
(
"
$CC
$CC_VERSION
"
)
else
else
CC_VERSION
=
""
CC_VERSION
=
""
...
@@ -1388,7 +1388,7 @@ See the Installation chapter in the Reference Manual for more information.])
...
@@ -1388,7 +1388,7 @@ See the Installation chapter in the Reference Manual for more information.])
AC_MSG_RESULT
(
"no need to check headers"
)
AC_MSG_RESULT
(
"no need to check headers"
)
fi
fi
AC_MSG_CHECKING
(
"for pthread_create in -lpthread"
)
;
AC_MSG_CHECKING
(
"for pthread_create in -lpthread"
)
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lpthread"
LIBS
=
"
$LIBS
-lpthread"
AC_TRY_LINK
(
[
#include <pthread.h>],
AC_TRY_LINK
(
[
#include <pthread.h>],
...
@@ -1448,7 +1448,7 @@ then
...
@@ -1448,7 +1448,7 @@ then
then
then
AC_MSG_RESULT
(
"yes"
)
AC_MSG_RESULT
(
"yes"
)
else
else
AC_MSG_ERROR
([
On SCO UNIX MySQL must be compiled with gcc. See the Installation chapter
in
the Reference Manual.]
)
;
AC_MSG_ERROR
([
On SCO UNIX MySQL must be compiled with gcc. See the Installation chapter
in
the Reference Manual.]
)
fi
fi
AC_MSG_RESULT
(
"yes"
)
AC_MSG_RESULT
(
"yes"
)
elif
test
-f
/usr/local/lib/libpthread.a
-o
-f
/usr/local/lib/libpthread.so
elif
test
-f
/usr/local/lib/libpthread.a
-o
-f
/usr/local/lib/libpthread.so
...
@@ -1464,7 +1464,7 @@ then
...
@@ -1464,7 +1464,7 @@ then
then
then
AC_MSG_RESULT
(
"yes"
)
AC_MSG_RESULT
(
"yes"
)
else
else
AC_MSG_ERROR
([
On SCO UNIX MySQL must be compiled with gcc. See the Installation chapter
in
the Reference Manual.]
)
;
AC_MSG_ERROR
([
On SCO UNIX MySQL must be compiled with gcc. See the Installation chapter
in
the Reference Manual.]
)
fi
fi
AC_MSG_RESULT
(
"yes"
)
AC_MSG_RESULT
(
"yes"
)
# Hack for SCO UnixWare 7.1.x
# Hack for SCO UnixWare 7.1.x
...
@@ -1608,7 +1608,7 @@ else
...
@@ -1608,7 +1608,7 @@ else
AC_MSG_RESULT
(
"
$with_posix_threads
"
)
AC_MSG_RESULT
(
"
$with_posix_threads
"
)
if
test
"
$with_posix_threads
"
=
"no"
if
test
"
$with_posix_threads
"
=
"no"
then
then
AC_MSG_CHECKING
(
"for pthread_create in -lpthread"
)
;
AC_MSG_CHECKING
(
"for pthread_create in -lpthread"
)
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lpthread"
LIBS
=
"
$LIBS
-lpthread"
AC_TRY_LINK
(
AC_TRY_LINK
(
...
@@ -1619,7 +1619,7 @@ else
...
@@ -1619,7 +1619,7 @@ else
if
test
"
$with_posix_threads
"
=
"no"
if
test
"
$with_posix_threads
"
=
"no"
then
then
LIBS
=
"
$ac_save_LIBS
-lpthreads"
LIBS
=
"
$ac_save_LIBS
-lpthreads"
AC_MSG_CHECKING
(
"for pthread_create in -lpthreads"
)
;
AC_MSG_CHECKING
(
"for pthread_create in -lpthreads"
)
AC_TRY_LINK
(
AC_TRY_LINK
(
[
#include <pthread.h>],
[
#include <pthread.h>],
[
pthread_create
((
pthread_t
*
)
0,
(
pthread_attr_t
*
)
0, 0, 0
)
;
]
,
[
pthread_create
((
pthread_t
*
)
0,
(
pthread_attr_t
*
)
0, 0, 0
)
;
]
,
...
@@ -1629,7 +1629,7 @@ else
...
@@ -1629,7 +1629,7 @@ else
then
then
# This is for FreeBSD
# This is for FreeBSD
LIBS
=
"
$ac_save_LIBS
-pthread"
LIBS
=
"
$ac_save_LIBS
-pthread"
AC_MSG_CHECKING
(
"for pthread_create in -pthread"
)
;
AC_MSG_CHECKING
(
"for pthread_create in -pthread"
)
AC_TRY_LINK
(
AC_TRY_LINK
(
[
#include <pthread.h>],
[
#include <pthread.h>],
[
pthread_create
((
pthread_t
*
)
0,
(
pthread_attr_t
*
)
0, 0, 0
)
;
]
,
[
pthread_create
((
pthread_t
*
)
0,
(
pthread_attr_t
*
)
0, 0, 0
)
;
]
,
...
@@ -1929,7 +1929,7 @@ if test "$ac_cv_conv_longlong_to_float" != "yes"
...
@@ -1929,7 +1929,7 @@ if test "$ac_cv_conv_longlong_to_float" != "yes"
then
then
AC_MSG_ERROR
([
Your compiler cannot convert a longlong value to a float!
AC_MSG_ERROR
([
Your compiler cannot convert a longlong value to a float!
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and try
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and try
again]
)
;
again]
)
fi
fi
fi
fi
AC_CHECK_TYPES
([
sigset_t, off_t],
[]
,
[]
,
[
#include <sys/types.h>])
AC_CHECK_TYPES
([
sigset_t, off_t],
[]
,
[]
,
[
#include <sys/types.h>])
...
@@ -2090,7 +2090,7 @@ CFLAGS="$ORG_CFLAGS"
...
@@ -2090,7 +2090,7 @@ CFLAGS="$ORG_CFLAGS"
AC_CHECK_FUNC
(
fseeko,
AC_CHECK_FUNC
(
fseeko,
[
if
test
"
$large_file_support
"
=
no
-a
"
$TARGET_LINUX
"
=
"true"
;
[
if
test
"
$large_file_support
"
=
no
-a
"
$TARGET_LINUX
"
=
"true"
;
then
then
AC_MSG_ERROR
(
"Found fseeko symbol but large_file_support is not enabled!"
)
;
AC_MSG_ERROR
(
"Found fseeko symbol but large_file_support is not enabled!"
)
fi
]
fi
]
)
)
...
...
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