From fb3471e948092a5cbf9bea63272e190d5b7951f3 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 Jul 2007 22:00:44 +0000 Subject: Fix for bug #353, theres no solution to this but a slightly craqy one, but at least its one line. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7477 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index a257efa48..a99b248b3 100755 --- a/configure +++ b/configure @@ -1168,6 +1168,10 @@ EOF foreach $name (sort readdir(DIRHANDLE)) { if ($name =~ /^\.(.+)\.inc$/) { $file = $1; + + # Bug #353, omit this on non-darwin + next if (($config{OSNAME} !~ /darwin/) && ($file eq "org.inspircd.plist")); + # All .name.inc files need parsing! $tmp = ""; open(FILEHANDLE, ".$file.inc"); -- cgit v1.2.3