Skip to content
Snippets Groups Projects
Commit 44d954fb authored by Axel Naumann's avatar Axel Naumann
Browse files

remove some debugging leftover, preventing configure to find readline.a

git-svn-id: http://root.cern.ch/svn/root/trunk@22908 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0bd32ac2
No related branches found
No related tags found
No related merge requests found
......@@ -593,7 +593,7 @@ CMACROS="$CMACROS -DG__HAVE_CONFIG -DG__NOMAKEINFO"
CXXMACROS="$CXXMACROS -DG__HAVE_CONFIG -DG__NOMAKEINFO"
if [ "$READLINELIB" = "" ]; then
for ext in AXELDEBUG$IMPLIBEXT $SOEXT; do
for ext in $IMPLIBEXT $SOEXT; do
for d in $EXTRA_LIB_DIR /usr/local/lib /usr/lib /sw/lib; do
if [ -f ${d}/libreadline$ext ]; then
READLINELIB=${d}/libreadline$ext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment