From 4f0e6377e80d61ba633588568640881f6ddca9ec Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 13 Jan 2007 23:53:08 +0000 Subject: Extra stuff to improve buildsystem, calculate lib and include dirs at configure time rather than at build time. This means that we can also throw errors at configure time if we cant find the libraries, rather than erroring at buildtime like we used to. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6306 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/gnutls_rpath.pl | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/modules/extra/gnutls_rpath.pl (limited to 'src/modules/extra/gnutls_rpath.pl') diff --git a/src/modules/extra/gnutls_rpath.pl b/src/modules/extra/gnutls_rpath.pl deleted file mode 100644 index 3371d5c8a..000000000 --- a/src/modules/extra/gnutls_rpath.pl +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/perl -$data = `libgnutls-config --libs`; -$data =~ s/-L(\S+)\s/-Wl,--rpath -Wl,$1 -L$1 /g; -print "$data"; -- cgit v1.2.3