summaryrefslogtreecommitdiff
path: root/m4/gst-args.m4
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-05-17 13:38:43 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-05-17 13:38:43 +0000
commit7a056f8737474de939f05f189e6ef0986a4b34c8 (patch)
tree80a9b7fe2e8d983574c0442c7fd18fcd3e6de036 /m4/gst-args.m4
parent3062df90281144cbdb55bd58ee9f0714ab346c23 (diff)
downloadgstreamer-common-7a056f8737474de939f05f189e6ef0986a4b34c8.tar.gz
m4/gst-args.m4: Fix the macros for command-line supplied package and origin names so they don't end up being configur...
Original commit message from CVS: * m4/gst-args.m4: Fix the macros for command-line supplied package and origin names so they don't end up being configure as ""
Diffstat (limited to 'm4/gst-args.m4')
-rw-r--r--m4/gst-args.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-args.m4 b/m4/gst-args.m4
index 6d84c19..a512268 100644
--- a/m4/gst-args.m4
+++ b/m4/gst-args.m4
@@ -133,7 +133,7 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_NAME],
case "${withval}" in
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
- *) GST_PACKAGE="${withval}" ;;
+ *) GST_PACKAGE_NAME="${withval}" ;;
esac
],
[
@@ -169,7 +169,7 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_ORIGIN],
case "${withval}" in
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
no) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
- *) GST_ORIGIN="${withval}" ;;
+ *) GST_PACKAGE_ORIGIN="${withval}" ;;
esac
],
[GST_PACKAGE_ORIGIN="[Unknown package origin]"] dnl Default value