thomas: server/kolab-webadmin/kolab-webadmin configure.ac,1.23,1.24

cvs at kolab.org cvs at kolab.org
Fri Nov 10 19:36:02 CET 2006


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv17724

Modified Files:
	configure.ac 
Log Message:
Fix version display in web interface by defining WITHOPENPKG in configure.ac


Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configure.ac	17 Jan 2006 22:06:42 -0000	1.23
+++ configure.ac	10 Nov 2006 18:36:00 -0000	1.24
@@ -32,6 +32,13 @@
   esac],[openpkg=true])
 AM_CONDITIONAL(OPENPKG, test x$openpkg = xtrue)
 
+if test "x$openpkg" = "xtrue"; then
+  WITHOPENPKG=yes
+else
+  WITHOPENPKG=no
+fi
+AC_SUBST(WITHOPENPKG)
+
 # Checks for libraries.
 
 # Checks for header files.





More information about the commits mailing list