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
2b858ae6
Commit
2b858ae6
authored
Jan 28, 2005
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused configure.in name TOOLS_LIBS.
parent
42531336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
configure.in
configure.in
+0
-10
No files found.
configure.in
View file @
2b858ae6
...
...
@@ -1536,14 +1536,11 @@ then
fi
fi
TOOLS_LIBS="
$NON_THREADED_CLIENT_LIBS
"
# Should we use named pthread library ?
AC_MSG_CHECKING("
named thread libs:
")
if test "
$with_named_thread
" != "
no
"
then
LIBS="
$with_named_thread
$LIBS
$with_named_thread
"
TOOLS_LIBS="
$with_named_thread
$TOOLS_LIBS
$with_named_thread
"
with_posix_threads="
yes
"
with_mit_threads="
no
"
AC_MSG_RESULT("
$with_named_thread
")
...
...
@@ -1562,9 +1559,7 @@ else
then
AC_MSG_CHECKING("
for
pthread_create
in
-lpthread
");
ac_save_LIBS="
$LIBS
"
ac_save_TOOLS_LIBS="
$TOOLS_LIBS
"
LIBS="
$LIBS
-lpthread
"
TOOLS_LIBS="
$TOOLS_LIBS
-lpthread
"
AC_TRY_LINK(
[#include <pthread.h>],
[ (void) pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0); ],
...
...
@@ -1573,7 +1568,6 @@ else
if test "
$with_posix_threads
" = "
no
"
then
LIBS="
$ac_save_LIBS
-lpthreads
"
TOOLS_LIBS="
$ac_save_TOOLS_LIBS
-lpthreads
"
AC_MSG_CHECKING("
for
pthread_create
in
-lpthreads
");
AC_TRY_LINK(
[#include <pthread.h>],
...
...
@@ -1584,7 +1578,6 @@ else
then
# This is for FreeBSD
LIBS="
$ac_save_LIBS
-pthread
"
TOOLS_LIBS="
$ac_save_TOOLS_LIBS
-pthread
"
AC_MSG_CHECKING("
for
pthread_create
in
-pthread
");
AC_TRY_LINK(
[#include <pthread.h>],
...
...
@@ -1595,7 +1588,6 @@ else
then
with_mit_threads="
yes
"
LIBS="
$ac_save_LIBS
"
TOOLS_LIBS="
$ac_save_TOOLS_LIBS
"
fi
fi
fi
...
...
@@ -3037,8 +3029,6 @@ AC_SUBST(sql_union_dirs)
# Some usefull subst
AC_SUBST
(
CC
)
AC_SUBST
(
GXX
)
#Remove TOOLS_LIBS, because this is included in LIBRARIES
#AC_SUBST(TOOLS_LIBS)
# Set configuration options for make_binary_distribution
case
$SYSTEM_TYPE
in
...
...
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