commit | ff2bd66137889b25dd959293c80fef3dd31b3d0e | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 25 13:23:29 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 25 13:23:29 2006 +0200 |
tree | 82f37e6cd496509ff539279563ab0faf5e63d237 | |
parent | 182d150aa92bce04cee3140bc8a59b2bd997e7ce [diff] [blame] |
configure: Make sure timezone and daylight are variables.
diff --git a/configure b/configure index b2d5370..ca41210 100755 --- a/configure +++ b/configure
@@ -23652,7 +23652,7 @@ int main () { -timezone; +timezone = 1 ; return 0; } @@ -23727,7 +23727,7 @@ int main () { -daylight; +daylight = 1 ; return 0; }