Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
91372b39
Commit
91372b39
authored
Apr 20, 2002
by
Bill Medland
Committed by
Alexandre Julliard
Apr 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get the ldconfig check to work for bash shells.
parent
ed8fbe3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
91372b39
...
...
@@ -4130,7 +4130,7 @@ else
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
/sbin
:/usr/sbin:
$PATH
for
as_dir
in
/sbin
/usr/sbin
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
...
...
configure.ac
View file @
91372b39
...
...
@@ -57,7 +57,7 @@ AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LN_S
AC_CHECK_PROG(C2MAN,c2man,c2man,\$(TOPSRCDIR)/tools/c2man.pl)
AC_PATH_PROG(LDCONFIG, ldconfig, true,
/sbin:/usr/sbin:$PATH
)
AC_PATH_PROG(LDCONFIG, ldconfig, true,
[/sbin /usr/sbin $PATH]
)
dnl Check for lint
AC_CHECK_PROGS(LINT, lclint lint)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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