From 205a9ef68a1f7c572de8e2b0fc82eb53ef0adfb4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 23 Dec 2003 23:45:11 +0000 Subject: Removed -b flag from whereis to avoid trouble on OS X. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index ffb07f871..dc492c58d 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -44,7 +44,7 @@ else ifdef GTK1 CONFIGFLAGS=gtk-config --cflags else -ifneq (,$(findstring /,$(shell whereis -b pkg-config))) +ifneq (,$(findstring /,$(shell whereis pkg-config))) CONFIGFLAGS=pkg-config --cflags gtk+-2.0 else CONFIGFLAGS=gtk-config --cflags -- cgit v1.2.3