Skip to content

Commit

Permalink
- Added configure option --with-static-readline
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 9, 2012
1 parent dbc25de commit f1695b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosh/src/Makefile.in
Expand Up @@ -30,7 +30,7 @@ CFLAGS = @CFLAGS@ $(INCP) -g -Wall -DDEBUG $(USE_CORBA)
CXXFLAGS = $(CFLAGS)
LINKFLAGS = @LDFLAGS@

LIBS = -lreadline -lncurses $(CORBALIB) -lm -lpthread
LIBS = @LIBREADLINE@ -lncurses $(CORBALIB) -lm -lpthread


OBJS += mosh.o options.o
Expand Down

0 comments on commit f1695b5

Please sign in to comment.