From 995cbba603dabe48637e1216b4da79996b4e9231 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 12 Mar 2007 10:44:38 +0000 Subject: Ticket #168: Added some variables in build.mak that can be used by application in its makefile git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1055 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index d729c963..59e7d4df 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -19,6 +19,7 @@ AC_CONFIG_FILES([build.mak pjsip/build/os-auto.mak ]) + dnl dnl Setup default CFLAGS dnl @@ -34,6 +35,9 @@ AC_PROG_CC AC_PROG_CXX AC_LANG_C +AC_SUBST(ac_pjdir) +ac_pjdir=`pwd` + AC_CHECK_LIB(pthread,pthread_create) AC_CHECK_LIB(wsock32,puts) AC_CHECK_LIB(ws2_32,puts) -- cgit v1.2.3