logging_ok Logging to logging@openlogging.org accepted

ltmain.sh	Don't add -lc to deplibs on FreeBSD.


ltmain.sh:
  Don't add -lc to deplibs on FreeBSD.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown 2001-08-09 19:10:24 +02:00
commit 799bf1cdb6
2 changed files with 4 additions and 0 deletions

View file

@ -1 +1,2 @@
jani@hynda.mysql.fi
tim@work.mysql.com

View file

@ -1798,6 +1798,9 @@ compiler."
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
*-*-freebsd*)
#FreeBSD needs to handle -lc and -lc_r itself
;;
*-*-rhapsody*)
# rhapsody is a little odd...
deplibs="$deplibs -framework System"