summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-27 13:44:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-27 13:44:51 +0000
commit7481224406a66208623d179eab2437c7c532a8ab (patch)
tree7b21d0e920086d6f4f82cc1db3a60fff008c848a
parent3b210c32e6892639439b3d2980c4a12c90f238bc (diff)
downloadgstreamer-7481224406a66208623d179eab2437c7c532a8ab.tar.gz
popt location fix
Original commit message from CVS: popt location fix
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 40a242f631..73697a429b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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