]> git.sesse.net Git - vlc/blobdiff - vlc-config.in
* src/misc/configuration.c: in config_SaveConfigFile() don't save options that
[vlc] / vlc-config.in
index 9287997f91b107b5d4674235ebb45cf141e5a527..687d924eef4a42817ef2bbc93130b626389d9f56 100644 (file)
@@ -56,7 +56,7 @@ while test $# -gt 0; do
       ;;
     --cflags)
       if test "@includedir@" != /usr/include ; then
-        includes="-I@includedir@ @vlc_CFLAGS@"
+        includes="-I@includedir@"
       fi
       echo_cflags=yes
       ;;
@@ -80,5 +80,5 @@ if test "$echo_cflags" = "yes"; then
        echo -I@INCLUDE@ $includes
 fi
 if test "$echo_libs" = "yes"; then
-       echo "-L@libdir@ -lvlc @libvlc_LDFLAGS@"
+       echo "-L@libdir@ -lvlc @LDFLAGS_libvlc@"
 fi