fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.
git-svn-id: svn://10.0.0.236/trunk@60168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -32,10 +32,10 @@ PROGRAM = ucgendat
|
||||
CSRCS = ucgendat.c
|
||||
|
||||
# XXX need configure test
|
||||
EX_LIBS = $(shell $(GLIB-CONFIG) --libs)
|
||||
EX_LIBS = $(shell $(GLIB_CONFIG) --libs)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# XXX replace with proper configure test for glib
|
||||
CFLAGS += $(shell $(GLIB-CONFIG) --cflags)
|
||||
CFLAGS += $(shell $(GLIB_CONFIG) --cflags)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user