Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / mp3info / patches / patch-configure
blob8f2de3ee97004d5339c727caadeec5dfe3be9280
1 $NetBSD$
3 Fix test program; implicit int return type is not valid in C++.
5 --- configure~  1999-03-19 21:04:21.000000000 +0000
6 +++ configure
7 @@ -818,7 +818,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
8  cat > conftest.$ac_ext <<EOF
9  #line 820 "configure"
10  #include "confdefs.h"
11 -main(){return(0);}
12 +int main(){return(0);}
13  EOF
14  if { (eval echo configure:824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
15    ac_cv_prog_cxx_works=yes