diff --git a/configure b/configure index 752e4195..d43691a0 100755 --- a/configure +++ b/configure @@ -35,11 +35,11 @@ if [ -z ${OPENSSL_ROOT_DIR} ]; then fi fi -if [ -x "$(command -v rpmbuild)" ]; then - echo "'rpmbuild' executable found, CPack will generate RPM packages." +if [ -x "$(command -v rpm)" ]; then + echo "'rpm' executable found, CPack will generate RPM packages." CMAKE_FLAGS="-DCPACK_GENERATOR='RPM' ${CMAKE_FLAGS}" else - echo "'rpmbuild' executable not found, CPack will generate DEB packages." + echo "'rpm' executable not found, CPack will generate DEB packages." CMAKE_FLAGS="-DCPACK_GENERATOR='DEB' ${CMAKE_FLAGS}" fi