aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-10 06:12:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-10 06:12:30 +1000
commitdafeac5c4020dd2aede162ed780eb7093afaa413 (patch)
tree929ccfbe2d0d49554ac21f6fd64797c06ffe1498 /configure.ac
parenteffea859849b38e3af75c414e29f7053c130967c (diff)
Fix compilation issues in xdg library caused missing headers. Thanks to Jamessan for the report.
darcs-hash:20061009201230-ac50b-4b5c183fbd88ef45a0ededdc3eea79191951fb5f.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 474fceae..ba21a90d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -433,7 +433,7 @@ for i in "" "-D_POSIX_C_SOURCE=200112L" "-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=2
local_cv_use__posix_c_source=yes,
local_cv_use__posix_c_source=no,
)
-
+
if test x$local_cv_use__posix_c_source = xyes; then
AC_MSG_RESULT( yes )
local_found_posix_switch=yes