aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-12-23 23:45:11 +0000
committernyamatongwe <unknown>2003-12-23 23:45:11 +0000
commit205a9ef68a1f7c572de8e2b0fc82eb53ef0adfb4 (patch)
tree2c0cb202a79f8d32ceecdf4e4b31b75ff56faa10
parent5f9a4b7e5977ac7731a477e3d65c98324c14c818 (diff)
downloadscintilla-mirror-205a9ef68a1f7c572de8e2b0fc82eb53ef0adfb4.tar.gz
Removed -b flag from whereis to avoid trouble on OS X.
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
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