X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=6a19cd0b201971b3a910436a3c911890f57477a1;hb=cbfd86a1d8f92dc38c6c1bae689c84ebeb4da558;hp=7b4d21e7ae8a6b54c5ea88a6cf330df935a089f3;hpb=3b0372bd70748fd4619bb36b58352447e9360ae4;p=platform%2Fupstream%2Fglog.git diff --git a/configure.ac b/configure.ac index 7b4d21e..6a19cd0 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(glog, 0.3.4, opensource@google.com) +AC_INIT(glog, 0.3.5, opensource@google.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README) @@ -31,6 +31,7 @@ AC_HEADER_STDC AC_CHECK_HEADER(stdint.h, ac_cv_have_stdint_h=1, ac_cv_have_stdint_h=0) AC_CHECK_HEADER(sys/types.h, ac_cv_have_systypes_h=1, ac_cv_have_systypes_h=0) AC_CHECK_HEADER(inttypes.h, ac_cv_have_inttypes_h=1, ac_cv_have_inttypes_h=0) +AC_CHECK_HEADER(pwd.h, ac_cv_have_pwd_h=1, ac_cv_have_pwd_h=0) AC_CHECK_HEADERS(unistd.h, ac_cv_have_unistd_h=1, ac_cv_have_unistd_h=0) AC_CHECK_HEADERS(syscall.h) AC_CHECK_HEADERS(sys/syscall.h)