Add -ansi option to default G++ flags. That detects that <string.h>
authorMike Taylor <mike@indexdata.com>
Thu, 8 Aug 2002 16:14:26 +0000 (16:14 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 8 Aug 2002 16:14:26 +0000 (16:14 +0000)
commitfb113bcbf8398f8faa896529405909c7f8092b20
tree6d0e2f6db9908936061eb6f2be8354e38fe6c7e2
parent38cf7818581012c3a0f95e870ad8fdf625e7e7a4
Add -ansi option to default G++ flags.  That detects that <string.h>
on my Linux system (Red Hat 7.1) wrongly fails to declare strcasecmp(),
so I am using yaz_matchstr() instead.
zoom/Makefile
zoom/zrec.cpp