diff options
author | lenz@mysql.com <> | 2002-11-17 16:45:21 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-11-17 16:45:21 +0100 |
commit | 996255648b392ea5cb59d086e7ef49499f58df78 (patch) | |
tree | 0d2ca3bfdea2572bf2873e151c96820765460fa1 /ltconfig | |
parent | 361db3ed44d7ddd71c5235cf0831dbb1fc1b06ff (diff) | |
download | mariadb-git-996255648b392ea5cb59d086e7ef49499f58df78.tar.gz |
- Applied required modifications for automake 1.5
- "make distcheck" needs to be fixed
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1997,12 +1997,12 @@ irix5* | irix6*) ;; # No shared lib support for Linux oldld, aout, or coff. -linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*) +linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. -linux-gnu*) +linux*) version_type=linux need_lib_prefix=no need_version=no |