This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 7013467da4341de8344c04833566f11e884b91f7 (commit)
from 01907f998349d8382a25191a7871e7c93af156db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/7013467da4341de8344c04833566f11e884b91f7
commit 7013467da4341de8344c04833566f11e884b91f7
Author: Rodolfo GarcÃa Peñas (kix) <[email protected]>
Date: Thu Jan 5 23:21:50 2012 +0100
configure: New architectures kfreebsd* and Hurd
diff --git a/configure.ac b/configure.ac
index 62348ba..e358d95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,11 +80,11 @@ dnl Platform-specific Makefile setup
dnl ================================
case "${host}" in
- *-*-linux*|*-*-cygwin*)
+ *-*-linux*|*-*-cygwin*|*-gnu*)
WM_OSDEP="linux"
CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600"
;;
- *-*-freebsd*)
+ *-*-freebsd*|*-k*bsd-gnu*)
WM_OSDEP="bsd"
CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD"
;;
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("Fork from the last available CVS version of Window Maker")
--
To unsubscribe, send mail to [email protected].