]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
quote macro value in comparison
authorJan Palus <atler@pld-linux.org>
Sun, 14 Feb 2021 11:52:58 +0000 (12:52 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 14 Feb 2021 11:52:58 +0000 (12:52 +0100)
autoconf.spec

index b6c3dc7e1c49033b260da84d1ac78955015cf38e..4378910cbe70a05bebc236fbdb57dfa84f0e15f4 100644 (file)
@@ -55,7 +55,7 @@ Obsoletes:    autoconf253
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%if %{_host_cpu} == "x32"
+%if "%{_host_cpu}" == "x32"
 %define        build_arch %{_target_platform}
 %else
 %define        build_arch %{_host}
This page took 0.095368 seconds and 4 git commands to generate.