mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
popt location fix
Original commit message from CVS: popt location fix
This commit is contained in:
parent
3b210c32e6
commit
7481224406
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue