commit | ff96bd6aec29d3e4809829e3e50c15e3b36d6173 | [log] [tgz] |
---|---|---|
author | Bang Jun-young <junyoung@mogua.com> | Mon Oct 15 17:09:12 2007 +0900 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 16 09:37:19 2007 +0200 |
tree | c09b9f23988d6e9f630be29ff7bb949cd2de3ab1 | |
parent | 119e4d495578faa81f0e9b1e376363099d253fbd [diff] [blame] |
configure: Add check for presence of _strdup() and strdup().
diff --git a/configure.ac b/configure.ac index 153e269..b453dc6 100644 --- a/configure.ac +++ b/configure.ac
@@ -1227,6 +1227,7 @@ _popen \ _snprintf \ _spawnvp \ + _strdup \ _stricmp \ _strnicmp \ _vsnprintf \ @@ -1275,6 +1276,7 @@ statfs \ statvfs \ strcasecmp \ + strdup \ strerror \ strncasecmp \ strtold \