]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Apr 2023 01:26:31 +0000 (11:26 +1000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Apr 2023 01:26:31 +0000 (11:26 +1000)
redhat/freeradius.spec

index 33adfd81cc3e7fef61d78ecd224f76073a3a5136..b80d8c5a8b6f3dd6ad42600f5d574a9b0de895cd 100644 (file)
@@ -602,7 +602,7 @@ export RADIUSD_VERSION_RELEASE="%{release}"
 # --with-modules forms the module list we want to explicitly configure, and --without-<module>
 # is ignored by the main configure script, but passed down to the individual configure scripts
 # where it's used to turn the configure run for the module into a noop.
-%define autoconf_mod_with() %{expand:%%{?with_%{1}:--with-modules%{1}}%%{!?with_%{1}:--without-%{1}}}
+%define autoconf_mod_with() %{expand:%%{?with_%{1}:--with-modules=%{1}}%%{!?with_%{1}:--without-%{1}}}
 
 %configure \
         --libdir=%{_libdir}/freeradius \