X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=dd275809f14a088a303cbdc7dbe7bcb3f68451f0;hb=a67472c9cc914fda35f7bd3ea00bd6bba6140f96;hp=1829d043a7ca986ef1e051d157c76348d949f6a3;hpb=5b4a2597ab95a6bdec70b161c95922f7168fa9d3;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/configure.ac b/configure.ac index 1829d04..dd27580 100644 --- a/configure.ac +++ b/configure.ac @@ -31,11 +31,11 @@ LT_INIT([disable-static]) # Enable quiet compiles on automake 1.11. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AC_ARG_WITH(utests, AS_HELP_STRING([--with-utests=yes/no], [whether build/run unit tests or not]), - [ utests="$withval" ], - [ utests="no" ]) +AC_ARG_WITH(haltests, AS_HELP_STRING([--with-haltests=yes/no], [whether build/run unit tests or not]), + [ haltests="$withval" ], + [ haltests="no" ]) -AM_CONDITIONAL(HAVE_UTEST, test "x$utests" = "xyes") +AM_CONDITIONAL(HAVE_HALTESTS, test "x$haltests" = "xyes") AC_PATH_PROG([wayland_scanner], [wayland-scanner]) if test x$wayland_scanner = x; then @@ -103,7 +103,7 @@ AC_OUTPUT([ client/libtdm-client.pc client/Makefile tools/Makefile - utests/Makefile]) + haltests/Makefile]) echo "" echo "$PACKAGE_STRING will be compiled with:"