/etc/redhat-release not /etc/redhat_release

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@450 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2003-08-28 03:13:51 +00:00
parent fb2ce8bcf4
commit c7d3d5aad5

2
configure vendored
View File

@ -137,7 +137,7 @@ if [ -z "$xdir" ]; then
echo "(searched for include/X11/Xlib.h in: $xdirs)"
# additional helpful information for Linux users
if [ -f /etc/redhat_release ]; then
if [ -f /etc/redhat-release ]; then
echo You probably need to install the XFree86-devel package
elif [ -f /etc/debian_version ]; then
echo You probably need to install the xlibs-dev package