diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-23 15:04:46 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-23 15:04:46 -0500 |
commit | 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c (patch) | |
tree | bc54ef6e35fa0ef094235c3701121211aa98789b /configure.ac | |
parent | 881f94b57caf3c37c63fcc502876651487cee653 (diff) |
fix deb packaging
Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |