comparison configure.ac @ 8992:f15fcdbecf0a

[gaim-migrate @ 9767] Apparently we were shy on quoting ... this autoconf stuff needs seriuos TLC committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 20 May 2004 23:52:10 +0000
parents f37992e86e66
children c307cf4c84d2
comparison
equal deleted inserted replaced
8991:34bd1b38cc27 8992:f15fcdbecf0a
369 if test "$enable_sm" = "yes"; then 369 if test "$enable_sm" = "yes"; then
370 AC_DEFINE(USE_SM, 1, [Define if we're using X Session Management.]) 370 AC_DEFINE(USE_SM, 1, [Define if we're using X Session Management.])
371 fi 371 fi
372 372
373 373
374 AC_DEFUN(GC_TM_GMTOFF, 374 AC_DEFUN([GC_TM_GMTOFF],
375 [AC_REQUIRE([AC_STRUCT_TM])dnl 375 [AC_REQUIRE([AC_STRUCT_TM])dnl
376 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff, 376 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
377 [AC_TRY_COMPILE([#include <sys/types.h> 377 [AC_TRY_COMPILE([#include <sys/types.h>
378 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;], 378 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;],
379 ac_cv_struct_tm_gmtoff=yes, ac_cv_struct_tm_gmtoff=no)]) 379 ac_cv_struct_tm_gmtoff=yes, ac_cv_struct_tm_gmtoff=no)])