summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-16 21:48:03 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-16 21:48:03 +0000
commitde9c6ddd397c743af484fa6662ed5c3fc1056a48 (patch)
tree88f9666ecab1e484f81679f6c91ebe3ef5490bfe /configure
parentf2b7382cd3a32dadf0c3a3f5062f961f2454f4cb (diff)
Set correct value for includedir in pkg-config files.
Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 64570bd122..5c09691c45 100755
--- a/configure
+++ b/configure
@@ -2101,7 +2101,6 @@ fi
# build pkg-config files
-# FIXME: includedir is hardcoded and may differ from the real path.
pkgconfig_generate(){
name=$1
@@ -2113,7 +2112,7 @@ cat <<EOF >$name.pc
prefix=$prefix
exec_prefix=\${prefix}
libdir=$libdir
-includedir=\${prefix}/include
+includedir=$incdir
Name: $name
Description: $comment