From c1ee7b2ced5ab15789ea9ee89108651452fd48c3 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 23 Jan 2007 21:25:00 +0000 Subject: Back-out OSX patches till theyre completed, our stable tree is tied up with temporarily broken code :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6427 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 152 +++++--------------------------------------------------------- 1 file changed, 12 insertions(+), 140 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 71d093789..735f10ca3 100755 --- a/configure +++ b/configure @@ -1491,129 +1491,10 @@ CXXFLAGS = -I../include \${FLAGS} CPPFILES = \$(shell /bin/ls -l modes/ | grep '\\.cpp' | sed 's/^.* //' | grep -v svn) RELCPPFILES = \$(shell /bin/ls -l modes/ | grep '\\.cpp' | sed 's/^.* /modes\\//' | grep -v svn) -CMD_SRC = \\ -EOM - - foreach my $cmd (@cmdlist) { - print FH < \$@" - \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c \$< -o \$@ - -EOM -# foreach my $cmd (@cmdlist) { -# print FH <