summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gnome-autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh
index c667827a..831054be 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