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 \