Don't AC_DEFINE(RPMCONFIGDIR).
authorRalf Corsépius <corsepiu@fedoraproject.org>
Wed, 5 Sep 2007 07:57:12 +0000 (09:57 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Wed, 5 Sep 2007 07:57:12 +0000 (09:57 +0200)
configure.ac

index 0a41dcb..cd2e6eb 100644 (file)
@@ -1094,8 +1094,6 @@ else
 fi
 
 RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
-AC_DEFINE_UNQUOTED(RPMCONFIGDIR, "$RPMCONFIGDIR",
-       [Full path to rpm global configuration directory (usually /usr/lib/rpm)])
 AC_SUBST(RPMCONFIGDIR)
 
 AC_SUBST(OBJDUMP)