Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
30da048a
Commit
30da048a
authored
Jul 10, 2003
by
Per Cederqvist
Browse files
Use the same check for the ``ar'' program that lyskom-server uses.
parent
dc8f0400
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/liboop/configure.ac
View file @
30da048a
...
...
@@ -7,6 +7,11 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PATH_PROG([AR], [ar], [notfound], [$PATH$PATH_SEPARATOR/usr/ccs/bin])
AC_ARG_VAR([AR], [ar program to use])
[if test "$AR" = "notfound"; then]
AC_MSG_ERROR([cannot find ``ar''])
[fi]
AC_CHECK_HEADERS(poll.h sys/select.h sys/socket.h)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment