mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
Apply a patch which may make GLib work on BeOS again. (#309157, Kian
2005-06-30 Matthias Clasen <mclasen@redhat.com> Apply a patch which may make GLib work on BeOS again. (#309157, Kian Duffy) * glib/gmain.c: Update the BeOS includes. * glib/gstdio.c: * glib/gutils.c (g_find_program_in_path): * glib/gbacktrace.c (g_on_error_stack_trace): Use the UNIX implementation on BeOS, as well. * configure.in: Don't put glib 1.0 into G_MODULE_LIBS, even on BeOS.
This commit is contained in:
committed by
Matthias Clasen
parent
c888581c43
commit
b78a0792a4
@@ -374,7 +374,7 @@ g_find_program_in_path (const gchar *program)
|
||||
}
|
||||
|
||||
path = g_getenv ("PATH");
|
||||
#ifdef G_OS_UNIX
|
||||
#if defined(G_OS_UNIX) || defined(G_OS_BEOS)
|
||||
if (path == NULL)
|
||||
{
|
||||
/* There is no `PATH' in the environment. The default
|
||||
|
Reference in New Issue
Block a user