diff options
| -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 | 
