diff options
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r-- | macros/gnome.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4 index a901e752fa..2c6fe669ef 100644 --- a/macros/gnome.m4 +++ b/macros/gnome.m4 @@ -96,7 +96,8 @@ AC_DEFUN([GNOME_INIT_HOOK],[ fi if test -n "$3"; then - for i in $3; do + n="$3" + for i in $n; do AC_MSG_CHECKING(extra library $i) case $i in applets) |