Skip to content

Commit

Permalink
fixed configure mistake from the last commit: mis-typed search path
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed May 22, 2024
1 parent 92e7f9c commit 251cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ daemon (3dxserv)!"
echo
else
# find alternate X11 header/lib paths
if [ -e /usr/local/X11/Xlib.h ]; then
if [ -e /usr/local/include/X11/Xlib.h ]; then
x11prefix='/usr/local'
elif [ -e /usr/X11/include/X11/Xlib.h ]; then
x11prefix='/usr/X11'
Expand Down

0 comments on commit 251cf54

Please sign in to comment.