diff options
author | nyamatongwe <unknown> | 2003-12-23 23:45:11 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-12-23 23:45:11 +0000 |
commit | 205a9ef68a1f7c572de8e2b0fc82eb53ef0adfb4 (patch) | |
tree | 2c0cb202a79f8d32ceecdf4e4b31b75ff56faa10 | |
parent | 5f9a4b7e5977ac7731a477e3d65c98324c14c818 (diff) | |
download | scintilla-mirror-205a9ef68a1f7c572de8e2b0fc82eb53ef0adfb4.tar.gz |
Removed -b flag from whereis to avoid trouble on OS X.
-rw-r--r-- | gtk/makefile | 2 |
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 |