gdb: Make ldirname return a std::string
[deliverable/binutils-gdb.git] / gdb / configure
index 2abfbff6fda2fac1db5b6ed64e6449dbbf3b49a9..7fbae9f34b44e3dc016d9fab22ad056cef61d488 100755 (executable)
@@ -8855,7 +8855,7 @@ fi
 
 # Since GDB uses Readline, we need termcap functionality.  In many
 # cases this will be provided by the curses library, but some systems
-# have a seperate termcap library, or no curses library at all.
+# have a separate termcap library, or no curses library at all.
 
 case $host_os in
   cygwin*)
@@ -17410,6 +17410,8 @@ if $development; then
 
 $as_echo "#define GDB_SELF_TEST 1" >>confdefs.h
 
+  CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_UNITTESTS_OBS)"
+  CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_UNITTESTS_SRCS)"
 fi
 
 
This page took 0.031385 seconds and 4 git commands to generate.