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:
granrose%netscape.com
2000-02-09 01:24:48 +00:00
parent c46469ed0d
commit 1dafd4f399

View File

@@ -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)