Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4
diff --git a/configure.in b/configure.in
index 90684ab..e6417e5 100644
--- a/configure.in
+++ b/configure.in
@@ -324,6 +324,8 @@
   # has no effect, don't bother defining them
   Darwin/@<:@6789@:>@.*)
     define_xopen_source=no;;
+  Darwin/1@<:@6789@:>@.*)
+    define_xopen_source=no;;
   # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
   # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
   # or has another value. By not (re)defining it, the defaults come in place.