popt location fix
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 27 Dec 2002 13:44:51 +0000 (13:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 27 Dec 2002 13:44:51 +0000 (13:44 +0000)
Original commit message from CVS:
popt location fix

configure.ac

index 40a242f..73697a4 100644 (file)
@@ -147,7 +147,7 @@ dnl popt checks
 GST_CHECK_LIBHEADER(POPT, popt, poptStrippedArgv,, popt.h, POPT_LIBS="-lpopt",
   AC_MSG_ERROR([popt 1.6.1 or newer is required to build gstreamer. You can
                 download the latest version from 
-                ftp://people.redhat.com/sopwith/popt/])
+                ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/])
 )
 AC_MSG_NOTICE(Checking for POPT_TABLEEND)
 AC_TRY_RUN([
@@ -164,7 +164,7 @@ int main ()
   dnl it failed
   AC_MSG_ERROR([popt 1.6.1 or newer is required to build gstreamer. You can
                 download the latest version from 
-                ftp://people.redhat.com/sopwith/popt/])
+                ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/])
 ])
 
 dnl Check for atomic.h