Changeset: 45f304d02423 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=45f304d02423
Modified Files:
        configure.ag
Branch: linear-hashing
Log Message:

Fixed strncasecmp test. The script I added before tested for the existence of 
stpcpy instead of strncasecmp.


diffs (21 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2693,8 +2693,7 @@ stpcpy(char *restrict dst, const char *r
 }
 @%:@endif
 
-@%:@ifndef HAVE_STPCPY
-#ifndef HAVE_STRNCASECMP
+@%:@ifndef HAVE_STRNCASECMP
 #ifdef WIN32
 #ifndef strncasecmp
 #define strncasecmp _strnicmp
@@ -2719,7 +2718,6 @@ strncasecmp(const char *s1, const char *
        return 0;
 }
 #endif
-#endif
 @%:@endif
 
 @%:@if defined(HAVE___INT128)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to