Commit e8deb9604f9ae444033549f79f7be372e53c3dd7

Authored by Perry Werneck
1 parent fc8ddde1
Exists in master and in 1 other branch develop

adding 'terminal' on terminal application-id.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -198,7 +198,8 @@ AC_ARG_WITH([product-name], [AS_HELP_STRING([--with-product-name], [Set product
198 198 AC_DEFINE_UNQUOTED(PRODUCT_NAME, $app_cv_product)
199 199 AC_SUBST(PRODUCT_NAME,$app_cv_product)
200 200  
201   -AC_ARG_WITH([application-id], [AS_HELP_STRING([--application-id], [Set the application ID])], [ app_cv_application_id="$withval" ],[ app_cv_application_id=`pkg-config --variable=product_id lib3270` ])
  201 +AC_ARG_WITH([application-id], [AS_HELP_STRING([--application-id], [Set the application ID])], [ app_cv_application_id="$withval" ],[ app_cv_application_id=`pkg-config --variable=product_id lib3270`.terminal ])
  202 +
202 203 AC_DEFINE_UNQUOTED(APPLICATION_ID, $app_cv_application_id)
203 204 AC_SUBST(APPLICATION_ID,$app_cv_application_id)
204 205  
... ...