/[LeafOK_CVS]/lbbs/configure.ac
ViewVC logotype

Diff of /lbbs/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.38 by sysadm, Mon Oct 20 02:17:51 2025 UTC Revision 1.39 by sysadm, Mon Oct 20 04:17:22 2025 UTC
# Line 28  AC_PROG_EGREP Line 28  AC_PROG_EGREP
28    
29  AC_HEADER_RESOLV  AC_HEADER_RESOLV
30  AC_HEADER_SYS_WAIT  AC_HEADER_SYS_WAIT
31  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h net/if.h netdb.h netinet/in.h signal.h \  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h iconv.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h net/if.h netdb.h netinet/in.h \
32                                          stdint.h stdlib.h string.h sys/epoll.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.h \                                          signal.h stdint.h stdlib.h string.h sys/epoll.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.h \
33                                          sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h systemd/sd-daemon.h unistd.h])                                          sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h systemd/sd-daemon.h unistd.h])
34    
35  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
# Line 57  AC_CONFIG_FILES([Makefile Line 57  AC_CONFIG_FILES([Makefile
57                  src/Makefile                  src/Makefile
58                  utils/Makefile                  utils/Makefile
59          utils/game/Makefile])          utils/game/Makefile])
60    
61    AC_ARG_ENABLE([debug],
62      [AS_HELP_STRING([--enable-debug], [Enable debug log])],
63      [AS_IF([test "x$enable_debug" = xyes],
64        [AC_DEFINE([_DEBUG], [1], [Define if debug log is enabled])])])
65    
66  AC_OUTPUT  AC_OUTPUT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1