diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-06-07 10:56:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-06-07 10:56:00 +0000 |
commit | 4afbee7a4d63fdc1a47723e93ecffc760de673b6 (patch) | |
tree | 58b2847bcd98a8c06d8d5ea07b05e4306d9b5c3f | |
parent | 4a2c210fbca1d3b5872878b42c1b6acc8074efff (diff) | |
download | gnunet-gtk-4afbee7a4d63fdc1a47723e93ecffc760de673b6.tar.gz gnunet-gtk-4afbee7a4d63fdc1a47723e93ecffc760de673b6.zip |
fixing build issues
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 56ea2f99..a020d7ac 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -20,8 +20,8 @@ | |||
20 | # Process this file with autoconf to produce a configure script. | 20 | # Process this file with autoconf to produce a configure script. |
21 | # | 21 | # |
22 | AC_PREREQ(2.61) | 22 | AC_PREREQ(2.61) |
23 | AC_INIT([gnunet-gtk],[0.9.0pre2],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.9.0pre3],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.9.0pre2]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.9.0pre3]) |
25 | AM_CONFIG_HEADER(gnunet_gtk_config.h) | 25 | AM_CONFIG_HEADER(gnunet_gtk_config.h) |
26 | 26 | ||
27 | AH_TOP([#define _GNU_SOURCE 1]) | 27 | AH_TOP([#define _GNU_SOURCE 1]) |