summaryrefslogtreecommitdiff
path: root/gtk-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-config.in')
-rw-r--r--gtk-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in
index 7cbc255ff9..d20ac401b1 100644
--- a/gtk-config.in
+++ b/gtk-config.in
@@ -57,7 +57,7 @@ while test $# -gt 0; do
libdirs=-L@libdir@
for i in $glib_libs ; do
if test $i != -L@libdir@ ; then
- if test -z "$my_glib_lib" ; then
+ if test -z "$my_glib_libs" ; then
my_glib_libs="$i"
else
my_glib_libs="$my_glib_libs $i"