summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-10-04 23:20:16 +0300
committerunknown <monty@donna.mysql.com>2000-10-04 23:20:16 +0300
commit4862cd1c7c4df4f308331167a0ba3ca75974364b (patch)
treef355b0229e2ae229e8311da676b61658f1b0a052 /config.sub
parent7a0346e547dadca61940d71d6e866d75d3ef6ded (diff)
downloadmariadb-git-4862cd1c7c4df4f308331167a0ba3ca75974364b.tar.gz
Portability fixes
Docs/manual.texi: Updates in the links sections config.guess: Added fixes for Darwin config.sub: Added fixes for Darwin configure.in: Added fixes for Darwin extra/my_print_defaults.c: Fixed typo include/my_pthread.h: Added fixes for Darwin ltconfig: Portability fix myisam/mi_check.c: Make myisamchk more silent mysys/Makefile.am: Added mf_tempfile.c mysys/mf_cache.c: Remove not used parts mysys/mf_tempfile.c: Fix for Solaris sql/log.cc: Fix for Windows sql/sql_cache.cc: Fix for Darwin sql/sql_show.cc: Fix for temporary tables strings/strtol.c: Fix for Darwin support-files/mysql.spec.sh: Fix for documentation files that are installed compressed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index a5b9229f850..8f28d3f7be8 100755
--- a/config.sub
+++ b/config.sub
@@ -919,7 +919,7 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
- | -interix* | -uwin* | -rhapsody* | -openstep* | -oskit*)
+ | -interix* | -uwin* | -rhapsody* | -darwin* | -openstep* | -oskit*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \