Mended rpmlint warnings
[rodin/chimara.git] / configure.ac
index 787fef9f241a6d42f000f057182ea7383fe3ece8..ef5267aee82f48cbfcb810826b9777ff6022dceb 100644 (file)
@@ -102,9 +102,6 @@ AC_ARG_ENABLE([rpm],
        [rpm=false]
 )
 AM_CONDITIONAL([BUILDING_RPM], [$TEST "x$rpm" = xtrue])
-# The user can specify the RPM release number in the environment (e.g. '1')
-AC_ARG_VAR([RPM_RELEASE], [Release number to build RPMs with [1]])
-AS_IF([$TEST "x$RPM_RELEASE" = x], [RPM_RELEASE=1])
 
 ### CHECK FOR LIBRARIES #######################################################