summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-23 15:04:46 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-23 15:04:46 -0500
commit5003ab57eee903d072fc7fac8cb5c69a34fb9d5c (patch)
treebc54ef6e35fa0ef094235c3701121211aa98789b /configure.ac
parent881f94b57caf3c37c63fcc502876651487cee653 (diff)
fix deb packaging
Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ffecd1056266..29d38a9125e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6936,6 +6936,7 @@ if test "$enable_epm" = "yes"; then
elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
RPM_PATH=`which $RPM`
AC_MSG_RESULT([$RPM_PATH])
+ SCPDEFS="$SCPDEFS -DWITH_RPM"
else
AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.])
fi