X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcase;h=9ca97af2148f27a59b2f3c18fc00885d9f8db27c;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=0c91e06c4f65db5fa8945f747e5aa2373831f3de;hpb=fca1c5cc2d6b7e48f0638f99e78625e21b89ead6;p=gnulib.git diff --git a/modules/strcase b/modules/strcase index 0c91e06c4..9ca97af21 100644 --- a/modules/strcase +++ b/modules/strcase @@ -17,6 +17,14 @@ strings configure.ac: gl_STRCASE +if test $HAVE_STRCASECMP = 0; then + AC_LIBOBJ([strcasecmp]) + gl_PREREQ_STRCASECMP +fi +if test $HAVE_STRNCASECMP = 0; then + AC_LIBOBJ([strncasecmp]) + gl_PREREQ_STRNCASECMP +fi Makefile.am: