From c7d3d5aad52a2e0831fee9c6165073d8810d52ac Mon Sep 17 00:00:00 2001 From: Matt Chapman Date: Thu, 28 Aug 2003 03:13:51 +0000 Subject: [PATCH] /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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e2012f4..84f5b1d 100755 --- a/configure +++ b/configure @@ -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