From f7014072a7e2e021a8a13b6b88ca88b4cd435a01 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 15 Jun 2009 21:34:38 +0200 Subject: Remove all OS X-specific code from the default branch. OS X support is still maintained in the osx_newbuildsys branch - and only there. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 42fa19eeb..2155052b7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,7 +9,7 @@ echo "[encoding: UTF-8]" > po/POTFILES.in \ && ls -1 data/gajim.desktop.in.in data/glade/*.glade \ - src/*py src/common/*py src/common/zeroconf/*.py src/osx/*.py >> \ + src/*py src/common/*py src/common/zeroconf/*.py >> \ po/POTFILES.in || exit 1 if test -z `which pkg-config 2>/dev/null`;then echo "***Error: pkg-config not found***" -- cgit v1.2.3