]> git.pld-linux.org Git - packages/easytag.git/blame - easytag-ac_fix.patch
- merged from DEVEL
[packages/easytag.git] / easytag-ac_fix.patch
CommitLineData
5d604b71
MM
1--- configure.in~ Tue Dec 31 20:36:47 2002
2+++ configure.in Tue Dec 31 20:36:39 2002
3@@ -141,7 +141,7 @@
4 main ()
5 {
6 FILE *output;
7- dnl output=fopen("conftest.id3","w"); dnl doesn't work on NetBSD.
8+ #output=fopen("conftest.id3","w"); dnl doesn't work on NetBSD.
9 output=fopen("/tmp/conftest.id3","w");
10 fprintf(output,"ID3LIB_MAJOR=%d\nID3LIB_MINOR=%d\nID3LIB_PATCH=%d\n",ID3LIB_MAJOR_VERSION,ID3LIB_MINOR_VERSION,ID3LIB_PATCH_VERSION);
11 fclose(output);
This page took 0.062838 seconds and 4 git commands to generate.