diff options
author | monty@hundin.mysql.fi <> | 2002-06-20 15:29:47 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-20 15:29:47 +0300 |
commit | 005cb98260e0c2efe082e74f12e751e289402b95 (patch) | |
tree | aac69c11ccdecd62589875cc9fb554139bf753f4 /configure.in | |
parent | 89f897873110cf4576415e43a759a84fbc41b01b (diff) | |
download | mariadb-git-005cb98260e0c2efe082e74f12e751e289402b95.tar.gz |
Removed fix that broke compilation when not using mit-pthreads
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 08e8918b0df..45e38db7f37 100644 --- a/configure.in +++ b/configure.in @@ -524,13 +524,6 @@ AC_ARG_WITH(mit-threads, if test "$with_mit_threads" = "yes" then enable_largefile="no" # Will not work on Linux. - if test "$GXX" = "yes" - then - # Needed for gcc 3.0 - CCLD=g++ - export CCLD - AC_SUBST(CCLD) - fi fi # Set flags if we want to force to use pthreads |