diff options
-rwxr-xr-x | bin/gnome-autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh index c667827..831054b 100755 --- a/bin/gnome-autogen.sh +++ b/bin/gnome-autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -if test -n "$USE_GNOME_2_MACROS" ; then +if test -n "$USE_GNOME2_MACROS" ; then export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome2-macros else export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome-macros |