aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-07 10:56:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-07 10:56:00 +0000
commit4afbee7a4d63fdc1a47723e93ecffc760de673b6 (patch)
tree58b2847bcd98a8c06d8d5ea07b05e4306d9b5c3f
parent4a2c210fbca1d3b5872878b42c1b6acc8074efff (diff)
downloadgnunet-gtk-4afbee7a4d63fdc1a47723e93ecffc760de673b6.tar.gz
gnunet-gtk-4afbee7a4d63fdc1a47723e93ecffc760de673b6.zip
fixing build issues
-rw-r--r--configure.ac4
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#
22AC_PREREQ(2.61) 22AC_PREREQ(2.61)
23AC_INIT([gnunet-gtk],[0.9.0pre2],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.9.0pre3],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.9.0pre2]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.9.0pre3])
25AM_CONFIG_HEADER(gnunet_gtk_config.h) 25AM_CONFIG_HEADER(gnunet_gtk_config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_TOP([#define _GNU_SOURCE 1])