Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking
authorDan Winship <danw@src.gnome.org>
Fri, 20 Apr 2001 17:08:57 +0000 (17:08 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 20 Apr 2001 17:08:57 +0000 (17:08 +0000)
commit655d467602853052251c10a24f1b62ed1cf72793
tree3df9725e02a85cdccfad16aadbab410306a70761
parentd7daf598001a5d6d1ef2e63ffafba94a443f639d
Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking

        * configure.in: Add a check for the Darwin dynamic linker. Use
        AC_TRY_LINK when checking for "nonposix getpwuid_r" so it notices
        "no getpwuid_r" correctly.

        * testglib.c (main): Make template[] bigger to prevent an overrun.
        Remove an unused variable. Initialize error to NULL.

        * tests/gio-test.c (main): Add a cast to prevent a warning when
        size_t is a long.

        * tests/type-test.c (main): Add an #ifdef to prevent a warning
        when G_HAVE_GINT64 is defined and G_GINT64_FORMAT isn't.
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
testglib.c
tests/gio-test.c
tests/testglib.c
tests/type-test.c