Hello,

Did a recent commit break configure?

I ran autogen.sh and then configure with only a --prefix option..

<snip>
checking gmp.h version >= 4.1.4... yes
./configure: line 16325: syntax error near unexpected token `soup,'
./configure: line 16325: `      PKG_CHECK_MODULES(soup, libsoup-2.4)'


I'm not a configure expert, but it looks like there is a null if/then directive 
at line 16315...not sure if that's allowed:

        ac_fn_c_check_header_mongrel "$LINENO" "unbound.h" 
"ac_cv_header_unbound_h" "$ac_includes_default"                                 
                            
if test "x$ac_cv_header_unbound_h" = x""yes; then :                             
                                                                                
       
                                                                                
                                                                                
       
else                                                                            
                                                                                
       
  as_fn_error $? "UNBOUND header unbound.h not found!" "$LINENO" 5              
                                                                                
       
fi                                                                              
                                                                                
       

_______________________________________________
Dev mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/dev

Reply via email to