Commit 1b835d4fe62ad292dfeb5d3b7ca3bac60ff0d6e3

Authored by Perry Werneck
1 parent eec0774e

Updates for customized windows builds.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
configure.ac
... ... @@ -543,8 +543,8 @@ dnl ---------------------------------------------------------------------------
543 543 dnl Directory config
544 544 dnl ---------------------------------------------------------------------------
545 545  
546   -AC_ARG_WITH([work-dir], [AS_HELP_STRING([--with-work-dir], [Setup work path])], [ app_cv_workdir="$withval" ],[ app_cv_workdir="$ac_pwd" ])
547   -AC_SUBST(BASEDIR,$app_cv_workdir)
  546 +AC_ARG_WITH([build-dir], [AS_HELP_STRING([--with-build-dir], [Setup build path])], [ app_cv_buildir="$withval" ],[ app_cv_buildir="$ac_pwd" ])
  547 +AC_SUBST(BASEDIR,$app_cv_buildir)
548 548  
549 549 dnl ---------------------------------------------------------------------------
550 550 dnl Configure which files to generate.
... ...