From c86ee8c8d2f39fe2ae2f6d5f9b597b2a31708575 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 25 Sep 2006 11:11:45 +0000 Subject: Fix (broken) ./configure -update and ./configure -modupdate git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5318 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 1245f2b61..7d962d17c 100755 --- a/configure +++ b/configure @@ -294,6 +294,7 @@ sub clean sub update { + getmodules(); # Does the cache file exist? if (!getcache()) { # No, No it doesn't.. *BASH* @@ -313,6 +314,7 @@ sub update sub modupdate { + getmodules(); # Does the cache file exist? if (!getcache()) { # No, No it doesn't.. *BASH* -- cgit v1.2.3