Home | History | Annotate | Line # | Download | only in lib
      1 *** gnulib/lib/javacomp.c	2006-07-11 14:08:16.000000000 +0200
      2 --- gettext-tools/lib/javacomp.c	2006-07-30 13:39:06.000000000 +0200
      3 ***************
      4 *** 50,56 ****
      5   #include "clean-temp.h"
      6   #include "error.h"
      7   #include "xvasprintf.h"
      8 ! #include "strstr.h"
      9   #include "gettext.h"
     10   
     11   #define _(str) gettext (str)
     12 --- 50,56 ----
     13   #include "clean-temp.h"
     14   #include "error.h"
     15   #include "xvasprintf.h"
     16 ! #include "c-strstr.h"
     17   #include "gettext.h"
     18   
     19   #define _(str) gettext (str)
     20 ***************
     21 *** 570,576 ****
     22   	  fclose (fp);
     23   	  goto failed;
     24   	}
     25 !       envjavac_gcj = (strstr (line, "gcj") != NULL);
     26   
     27         fclose (fp);
     28   
     29 --- 570,576 ----
     30   	  fclose (fp);
     31   	  goto failed;
     32   	}
     33 !       envjavac_gcj = (c_strstr (line, "gcj") != NULL);
     34   
     35         fclose (fp);
     36   
     37