fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.

This commit is contained in:
granrose%netscape.com 2000-02-09 01:24:48 +00:00
Родитель 4d1dd09a64
Коммит 42efd01ceb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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