summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-06-02 16:51:15 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-02 16:56:21 +0200
commit3d80138504c4ea9585b683a4c58ffa62e9223368 (patch)
tree03101249a48e7ef95de250be160f7b1dd677988d
parentc5e0a5caec5d93787354c1c408689a158fbb3180 (diff)
fixup! build-sys: Add --with-os-idversion
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68dfdec..268607c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,6 @@ fi
AC_ARG_WITH([osid],
AS_HELP_STRING([--with-osid=id], [Set OS ID for use in .vv files]))
-echo "osid: $with_osid"
if test -n "$with_osid"; then
AC_DEFINE_UNQUOTED([REMOTE_VIEWER_OS_ID], "$with_osid", [OS ID for this build])
fi