Add missing line continuation in merged changes.

This commit is contained in:
Jerry James 2014-03-06 17:03:23 -07:00
parent 4ead8ba578
commit f90fcc7030
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ sed -i "s|^\(javalibdir =.*\)jni|\1java/%{name}|" src/bindings/Makefile.in
%build
%configure --enable-proof --enable-language-bindings=all --with-portfolio \
%if 0%{?have_perftools}
--with-google-perftools
--with-google-perftools \
%endif
--with-glpk --without-compat \
CPPFLAGS="-I%{_jvmdir}/java/include -I%{_jvmdir}/java/include/linux -DFEDORA_GLPK_ITCNT -Dlpx_get_int_parm(x,y)=glp_get_it_cnt(x)" \