From: Arran Cudbard-Bell Date: Fri, 21 Apr 2023 01:26:31 +0000 (+1000) Subject: typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcfcda29634cbfe27dae370dd65a3a7ed50acad0;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index 33adfd81cc3..b80d8c5a8b6 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -602,7 +602,7 @@ export RADIUSD_VERSION_RELEASE="%{release}" # --with-modules forms the module list we want to explicitly configure, and --without- # 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 \